|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.approximatrix.charting.model.MultiScatterDataModel.SeriesProperties
private class MultiScatterDataModel.SeriesProperties
Stores all Series Properties, including marker and line preferences, for a data series (originally implemented in ScatterDataModel).
| Field Summary | |
|---|---|
private java.lang.String |
line_description
String describing the line style to use |
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 | |
|---|---|
MultiScatterDataModel.SeriesProperties()
Initializes the properties object, setting no markers, line drawing, and the default line style |
|
| Method Summary | |
|---|---|
boolean |
getLine()
Returns state of line drawing |
java.lang.String |
getLineStyle()
Returns a string describing the line style |
boolean |
getMarker()
Returns state of marker drawing |
void |
setLineOff()
Sets connecting line to be hidden |
void |
setLineOn()
Sets connecting line to be drawn |
void |
setLineStyle(java.lang.String value)
Sets the line style to the specified format |
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
private java.lang.String line_description
| Constructor Detail |
|---|
public MultiScatterDataModel.SeriesProperties()
| Method Detail |
|---|
public void setLineStyle(java.lang.String value)
value - the line style to usepublic java.lang.String getLineStyle()
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 | ||||||||