jwx!
v0.0.2


wx
Class TreeItemAttr

java.lang.Object
  extended bywx.TreeItemAttr

public class TreeItemAttr
extends java.lang.Object


Constructor Summary
TreeItemAttr()
           
TreeItemAttr(Colour colText, Colour colBack, Font font)
           
 
Method Summary
 void delete()
           
 Colour getBackgroundColour()
           
 Font getFont()
           
 Colour getTextColour()
           
 boolean hasBackgroundColour()
           
 boolean hasFont()
           
 boolean hasTextColour()
           
 void setBackgroundColour(Colour colBack)
           
 void setFont(Font font)
           
 void setTextColour(Colour colText)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeItemAttr

public TreeItemAttr()

TreeItemAttr

public TreeItemAttr(Colour colText,
                    Colour colBack,
                    Font font)
Method Detail

delete

public void delete()

setTextColour

public void setTextColour(Colour colText)

setBackgroundColour

public void setBackgroundColour(Colour colBack)

getFont

public Font getFont()

setFont

public void setFont(Font font)

hasTextColour

public boolean hasTextColour()

hasBackgroundColour

public boolean hasBackgroundColour()

hasFont

public boolean hasFont()

getTextColour

public Colour getTextColour()

getBackgroundColour

public Colour getBackgroundColour()

jwx!
v0.0.2


© 2006 Amit G Mendapara.