|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.chart3d.LegendEntry
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.
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 |
protected com.klg.jclass.chart3d.JCData3dIndex dataIndex
protected Object drawStyle
JCLineStyle
,
JCFillStyle
or JCSymbolStyle
.
protected Object parentStyle
JCContourStyle
or
JCChart3dStyle
.
Constructor Detail |
public LegendEntry(com.klg.jclass.chart3d.JCData3dIndex index, Object parent)
index
- The data index used for this legend entryparent
- The data index used for this legend entrypublic LegendEntry(com.klg.jclass.chart3d.JCData3dIndex index, Object parent, Object draw)
index
- The data index used for this legend entryparent
- The data index used for this legend entrydraw
- The drawstyle to be usedMethod Detail |
public String toString()
toString
in class Object
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |