public class StyleBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
StyleBuilder(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
equals(java.lang.Object obj)
Checks if this object is equal to the specified object.
|
protected void |
finalize() |
Color |
getColor()
Returns the color of the vector element.
|
static long |
getCPtr(StyleBuilder obj) |
int |
hashCode()
Returns the hash value of this object.
|
void |
setColor(Color color)
Sets the color for the vector element.
|
static StyleBuilder |
swigCreatePolymorphicInstance(long cPtr,
boolean cMemoryOwn)
Creates a polymorphic instance of the given native object.
|
java.lang.String |
swigGetClassName()
Returns the actual class name of this object.
|
java.lang.Object |
swigGetDirectorObject()
Returns the connected director object.
|
public static long getCPtr(StyleBuilder obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public static StyleBuilder swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic Color getColor()
public void setColor(Color color)
color - The new color for the vector element.public java.lang.String swigGetClassName()
public java.lang.Object swigGetDirectorObject()