jwx!
v0.0.2


wx
Class ListItemAttr

java.lang.Object
  extended bywx.ListItemAttr

public class ListItemAttr
extends java.lang.Object


Constructor Summary
ListItemAttr()
           
ListItemAttr(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

ListItemAttr

public ListItemAttr()

ListItemAttr

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

delete

public void delete()

setTextColour

public void setTextColour(Colour colText)

setBackgroundColour

public void setBackgroundColour(Colour colBack)

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()

getFont

public Font getFont()

jwx!
v0.0.2


© 2006 Amit G Mendapara.