JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Class JCScatter

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

public class JCScatter
extends ParentTrackChange

JClass Chart 3D class that contains properties that pertain to plots of type scatter.

See Also:
Serialized Form

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

dropLines

protected boolean dropLines
Asks if drop lines are drawn.

Constructor Detail

JCScatter

public JCScatter()
Default constructor.


JCScatter

public JCScatter(boolean dropLines)
Constructor which specifies drop line value.

Parameters:
dropLines - Are drop lines drawn for this JCScatter object?
Method Detail

setDropLines

public void setDropLines(boolean dropLines)
Sets flag which determines whether this scatter plot draws drop lines.

Parameters:
dropLines - Are drop lines drawn for this JCScatter object?

hasDropLines

public boolean hasDropLines()
Returns whether this scatter plot draws drop lines.

Returns:
the value of the drop lines flag

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