|
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.ParentTrackChange | +--com.klg.jclass.chart3d.JCScatter
JClass Chart 3D class that contains properties that pertain to plots of type scatter.
Field Summary | |
protected boolean |
dropLines
Asks if drop lines are drawn. |
Fields inherited from class com.klg.jclass.chart3d.ParentTrackChange |
parents |
Constructor Summary | |
JCScatter()
Default constructor. |
|
JCScatter(boolean dropLines)
Constructor which specifies drop line value. |
Method Summary | |
boolean |
hasDropLines()
Returns whether this scatter plot draws drop lines. |
void |
setDropLines(boolean dropLines)
Sets flag which determines whether this scatter plot draws drop lines. |
Methods inherited from class com.klg.jclass.chart3d.ParentTrackChange |
addParent, clearParents, removeParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean dropLines
Constructor Detail |
public JCScatter()
public JCScatter(boolean dropLines)
dropLines
- Are drop lines drawn for this JCScatter
object?Method Detail |
public void setDropLines(boolean dropLines)
dropLines
- Are drop lines drawn for this JCScatter
object?public boolean hasDropLines()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |