All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class stretch.StretchEntry

stretch.StretchEntry

public class StretchEntry

Variable Index

 o WEIGHT_START_BACK
 o WEIGHT_START_FRONT

Method Index

 o getChildren()
 o getData()
 o getImage()
 o getParent()
 o getSiblings()
 o getStickColor()
 o getText()
 o getTextColor()
 o getTextFont()
 o getWeight()
 o setData(Object)
 o setImage(Image, int, int)
 o setImagePreSkewed(Image, int, int)
 o setStickColor(Color)
 o setText(String)
 o setTextColor(Color)
 o setTextFont(Font)
 o setWeight(byte)
 o setWeightStart(int)

Variables

 o WEIGHT_START_FRONT
 public static int WEIGHT_START_FRONT
 o WEIGHT_START_BACK
 public static int WEIGHT_START_BACK

Methods

 o setText
 public void setText(String text)
 o getText
 public String getText()
 o setStickColor
 public void setStickColor(Color stickColor)
 o getStickColor
 public Color getStickColor()
 o setTextFont
 public void setTextFont(Font textFont)
 o getTextFont
 public Font getTextFont()
 o setTextColor
 public void setTextColor(Color textColor)
 o getTextColor
 public Color getTextColor()
 o setImage
 public void setImage(Image image,
                      int w,
                      int h)
 o setImagePreSkewed
 public void setImagePreSkewed(Image image,
                               int w,
                               int h)
 o getImage
 public Image getImage()
 o setData
 public void setData(Object data)
 o getData
 public Object getData()
 o setWeightStart
 public static void setWeightStart(int location)
 o setWeight
 public void setWeight(byte weight)
 o getWeight
 public byte getWeight()
 o getParent
 public StretchEntry getParent()
 o getChildren
 public Vector getChildren()
 o getSiblings
 public Vector getSiblings()

All Packages  Class Hierarchy  This Package  Previous  Next  Index