|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.approximatrix.charting.model.ScatterDataModel.SeriesProperties
private class ScatterDataModel.SeriesProperties
Simple private class that is used to store the drawing properties for a ScatterDataModel series. All interfacing with the class objects is performed with ScatterDataModel.
| Field Summary | |
|---|---|
private boolean |
show_line
Whether a line is shown when drawing the series |
private boolean |
show_marker
Whether a marker is shown when drawing the series |
| Constructor Summary | |
|---|---|
ScatterDataModel.SeriesProperties()
Initializes the properties object, setting no markers and line drawing |
|
| Method Summary | |
|---|---|
boolean |
getLine()
Returns state of line drawing |
boolean |
getMarker()
Returns state of marker drawing |
void |
setLineOff()
Sets connecting line to be hidden |
void |
setLineOn()
Sets connecting line to be drawn |
void |
setMarkerOff()
Sets markers to be hidden |
void |
setMarkerOn()
Sets markers to be drawn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean show_marker
private boolean show_line
| Constructor Detail |
|---|
public ScatterDataModel.SeriesProperties()
| Method Detail |
|---|
public void setMarkerOn()
public void setMarkerOff()
public void setLineOn()
public void setLineOff()
public boolean getMarker()
public boolean getLine()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||