All Packages Class Hierarchy This Package Previous Next Index
Class stretch.StretchEntry
stretch.StretchEntry
- public class StretchEntry
-
WEIGHT_START_BACK
-
-
WEIGHT_START_FRONT
-
-
getChildren()
-
-
getData()
-
-
getImage()
-
-
getParent()
-
-
getSiblings()
-
-
getStickColor()
-
-
getText()
-
-
getTextColor()
-
-
getTextFont()
-
-
getWeight()
-
-
setData(Object)
-
-
setImage(Image, int, int)
-
-
setImagePreSkewed(Image, int, int)
-
-
setStickColor(Color)
-
-
setText(String)
-
-
setTextColor(Color)
-
-
setTextFont(Font)
-
-
setWeight(byte)
-
-
setWeightStart(int)
-
WEIGHT_START_FRONT
public static int WEIGHT_START_FRONT
WEIGHT_START_BACK
public static int WEIGHT_START_BACK
setText
public void setText(String text)
getText
public String getText()
setStickColor
public void setStickColor(Color stickColor)
getStickColor
public Color getStickColor()
setTextFont
public void setTextFont(Font textFont)
getTextFont
public Font getTextFont()
setTextColor
public void setTextColor(Color textColor)
getTextColor
public Color getTextColor()
setImage
public void setImage(Image image,
int w,
int h)
setImagePreSkewed
public void setImagePreSkewed(Image image,
int w,
int h)
getImage
public Image getImage()
setData
public void setData(Object data)
getData
public Object getData()
setWeightStart
public static void setWeightStart(int location)
setWeight
public void setWeight(byte weight)
getWeight
public byte getWeight()
getParent
public StretchEntry getParent()
getChildren
public Vector getChildren()
getSiblings
public Vector getSiblings()
All Packages Class Hierarchy This Package Previous Next Index