JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.legend
Class JCLegendItem

java.lang.Object
  |
  +--com.klg.jclass.util.legend.JCLegendItem
All Implemented Interfaces:
Serializable

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

Field Summary
 Object contents
           
 Dimension dim
           
 int drawType
           
 Object itemInfo
           
 Rectangle pickRectangle
           
 Point pos
           
 Object symbol
           
 Dimension symbolDim
           
 Point symbolPos
           
 Dimension textDim
           
 Point textPos
           
 
Constructor Summary
JCLegendItem()
          Default constructor.
JCLegendItem(com.klg.jclass.util.legend.JCLegendItem item)
          Constructor creates new legend item from existing legend item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JCLegendItem

public JCLegendItem()
Default constructor.


JCLegendItem

public JCLegendItem(com.klg.jclass.util.legend.JCLegendItem item)
Constructor creates new legend item from existing legend item.

Parameters:
item -

Copyright © 2004 Quest Software Inc..
All rights reserved.