subscript.vis
Class VisPointStyle
java.lang.Object
subscript.vis.VisPointStyle
public class VisPointStyle
- extends java.lang.Object
Encapsulates the drawing style of points.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
color
public java.awt.Color color
markerSize
public double markerSize
sizeMode
public VisPointStyle.SIZE_MODE sizeMode
shape
public VisPointStyle.SHAPE shape
VisPointStyle
public VisPointStyle()
VisPointStyle
public VisPointStyle(java.awt.Color c)
VisPointStyle
public VisPointStyle(java.awt.Color c,
VisPointStyle.SHAPE shape)
VisPointStyle
public VisPointStyle(java.awt.Color c,
VisPointStyle.SHAPE shape,
double markerSize)
VisPointStyle
public VisPointStyle(java.awt.Color c,
double markerSize)