com.klg.jclass.util.legend
Class JCLegendItem
java.lang.Object
|
+--com.klg.jclass.util.legend.JCLegendItem
- public class JCLegendItem
- extends Object
- implements Serializable
JCLegendItem is used by JCLegend to encapsulate one item in a legend.
It is a data structure internal to the legend. A legend item has up to
two components: a symbol and a text portion.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
pos
public Point pos
symbolPos
public Point symbolPos
textPos
public Point textPos
dim
public Dimension dim
symbolDim
public Dimension symbolDim
textDim
public Dimension textDim
drawType
public int drawType
pickRectangle
public Rectangle pickRectangle
itemInfo
public Object itemInfo
symbol
public Object symbol
contents
public Object contents
JCLegendItem
public JCLegendItem()