ColorEntry
Contents
[
Hide
]
Inheritance: java.lang.Object
public class ColorEntry
Contains a color table entry. Each color table entry specifies a standard color that is available for application to objects such as shapes, text, and layers in the document.
Constructors
Constructor | Description |
---|---|
ColorEntry() | Constructor. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getColor() | Represents an ARGB color. |
getIX() | Required int. |
hashCode() | |
notify() | |
notifyAll() | |
setColor(Color value) | For the description of this property, please see getColor() |
setIX(int value) | For the description of this property, please see getIX() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ColorEntry()
public ColorEntry()
Constructor.
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>
getColor()
public Color getColor()
Represents an ARGB color.
Returns: Color
getIX()
public int getIX()
Required int. The zero-based index of the element within its parent element.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setColor(Color value)
public void setColor(Color value)
For the description of this property, please see getColor()
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color |
setIX(int value)
public void setIX(int value)
For the description of this property, please see getIX()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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 |