|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.daylight.DaylightCppObject
com.daylight.DepictionLabel
public class DepictionLabel
Object representing a depiction label
Field Summary |
---|
Fields inherited from class com.daylight.DaylightCppObject |
---|
ref |
Constructor Summary | |
---|---|
DepictionLabel(java.lang.String text,
int ga)
|
Method Summary | |
---|---|
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
int |
getGraphicsAttribute()
gets the graphics attribute. |
java.lang.String |
getText()
gets the label text. |
void |
setGraphicsAttribute(int graphicsAttribute)
sets the graphics attribute. |
void |
setText(java.lang.String text)
sets the label text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DepictionLabel(java.lang.String text, int ga) throws DaylightException
DaylightException
Method Detail |
---|
public java.lang.String getText() throws DaylightException
DaylightException
public void setText(java.lang.String text) throws DaylightException
DaylightException
public int getGraphicsAttribute() throws DaylightException
DaylightException
public void setGraphicsAttribute(int graphicsAttribute) throws DaylightException
DaylightException
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |