JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Class LegendEntry

java.lang.Object
  |
  +--com.klg.jclass.chart3d.LegendEntry
All Implemented Interfaces:
Serializable

public class LegendEntry
extends Object
implements Serializable

This is laregely for internal use. It encapsulates a legend entry for a 3d legend. Usually, this consists of a data index, a drawStyle and a parent draw style.

See Also:
Serialized Form

Field Summary
protected  com.klg.jclass.chart3d.JCData3dIndex dataIndex
          Encapsulates data index, either contour range or point data series, that is referenced by this legend entry.
protected  Object drawStyle
          Primary draw style.
protected  Object parentStyle
          Parent draw style of the primary draw style.
 
Constructor Summary
LegendEntry(com.klg.jclass.chart3d.JCData3dIndex index, Object parent)
          Constructor with data index and parent draw style.
LegendEntry(com.klg.jclass.chart3d.JCData3dIndex index, Object parent, Object draw)
          Constructor with data index, parent draw style and specific draw style.
 
Method Summary
 String toString()
          Return a string version of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dataIndex

protected com.klg.jclass.chart3d.JCData3dIndex dataIndex
Encapsulates data index, either contour range or point data series, that is referenced by this legend entry.


drawStyle

protected Object drawStyle
Primary draw style. Likely one of JCLineStyle, JCFillStyle or JCSymbolStyle.


parentStyle

protected Object parentStyle
Parent draw style of the primary draw style. This is used to retrieve secondary drawing information, such as the colour of drop lines. This object is likely one of JCContourStyle or JCChart3dStyle.

Constructor Detail

LegendEntry

public LegendEntry(com.klg.jclass.chart3d.JCData3dIndex index,
                   Object parent)
Constructor with data index and parent draw style.

Parameters:
index - The data index used for this legend entry
parent - The data index used for this legend entry

LegendEntry

public LegendEntry(com.klg.jclass.chart3d.JCData3dIndex index,
                   Object parent,
                   Object draw)
Constructor with data index, parent draw style and specific draw style.

Parameters:
index - The data index used for this legend entry
parent - The data index used for this legend entry
draw - The drawstyle to be used
Method Detail

toString

public String toString()
Return a string version of this object.

Overrides:
toString in class Object

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