|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsubscript.vis.VisPointStyle
public class VisPointStyle
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 |
|---|
public java.awt.Color color
public double markerSize
public VisPointStyle.SIZE_MODE sizeMode
public VisPointStyle.SHAPE shape
| Constructor Detail |
|---|
public VisPointStyle()
public VisPointStyle(java.awt.Color c)
public VisPointStyle(java.awt.Color c,
VisPointStyle.SHAPE shape)
public VisPointStyle(java.awt.Color c,
VisPointStyle.SHAPE shape,
double markerSize)
public VisPointStyle(java.awt.Color c,
double markerSize)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||