GradientFill
Inheritance: java.lang.Object
public class GradientFill
Represents the gradient fill.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getGradientAngle() | Specifies the orientation of the fill color gradient |
getGradientDir() | Specifies the type of the fill color gradient |
getGradientEnabled() | Specifies whether the fill color gradient is visible. |
getGradientStops() | Represents the gradient stop collection. |
hashCode() | |
notify() | |
notifyAll() | |
setGradientAngle(DoubleValue value) | For the description of this property, please see getGradientAngle() |
setGradientDir(IntValue value) | For the description of this property, please see getGradientDir() |
setGradientEnabled(BoolValue value) | For the description of this property, please see getGradientEnabled() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getGradientAngle()
public DoubleValue getGradientAngle()
Specifies the orientation of the fill color gradient
Returns: DoubleValue
getGradientDir()
public IntValue getGradientDir()
Specifies the type of the fill color gradient
Returns: IntValue
getGradientEnabled()
public BoolValue getGradientEnabled()
Specifies whether the fill color gradient is visible.
Returns: BoolValue
getGradientStops()
public GradientStopCollection getGradientStops()
Represents the gradient stop collection.
Returns: GradientStopCollection
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setGradientAngle(DoubleValue value)
public void setGradientAngle(DoubleValue value)
For the description of this property, please see getGradientAngle()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DoubleValue |
setGradientDir(IntValue value)
public void setGradientDir(IntValue value)
For the description of this property, please see getGradientDir()
Parameters:
Parameter | Type | Description |
---|---|---|
value | IntValue |
setGradientEnabled(BoolValue value)
public void setGradientEnabled(BoolValue value)
For the description of this property, please see getGradientEnabled()
Parameters:
Parameter | Type | Description |
---|---|---|
value | BoolValue |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |