subscript.vis
Class VisPointStyle

java.lang.Object
  extended by subscript.vis.VisPointStyle

public class VisPointStyle
extends java.lang.Object

Encapsulates the drawing style of points.


Nested Class Summary
static class VisPointStyle.SHAPE
           
static class VisPointStyle.SIZE_MODE
           
 
Field Summary
 java.awt.Color color
           
 double markerSize
           
 VisPointStyle.SHAPE shape
           
 VisPointStyle.SIZE_MODE sizeMode
           
 
Constructor Summary
VisPointStyle()
           
VisPointStyle(java.awt.Color c)
           
VisPointStyle(java.awt.Color c, double markerSize)
           
VisPointStyle(java.awt.Color c, VisPointStyle.SHAPE shape)
           
VisPointStyle(java.awt.Color c, VisPointStyle.SHAPE shape, double markerSize)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

public java.awt.Color color

markerSize

public double markerSize

sizeMode

public VisPointStyle.SIZE_MODE sizeMode

shape

public VisPointStyle.SHAPE shape
Constructor Detail

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)