com.daylight
Class DepictionLabel

java.lang.Object
  extended by com.daylight.DaylightCppObject
      extended by com.daylight.DepictionLabel

public class DepictionLabel
extends DaylightCppObject

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

DepictionLabel

public DepictionLabel(java.lang.String text,
                      int ga)
               throws DaylightException
Throws:
DaylightException
Method Detail

getText

public java.lang.String getText()
                         throws DaylightException
gets the label text.

Throws:
DaylightException

setText

public void setText(java.lang.String text)
             throws DaylightException
sets the label text.

Throws:
DaylightException

getGraphicsAttribute

public int getGraphicsAttribute()
                         throws DaylightException
gets the graphics attribute.

Throws:
DaylightException

setGraphicsAttribute

public void setGraphicsAttribute(int graphicsAttribute)
                          throws DaylightException
sets the graphics attribute.

Throws:
DaylightException

finalize

protected void finalize()
                 throws java.lang.Throwable
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable