|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.google.chart.model.LineStyle
public class LineStyle
A model object used to represent the style for a line drawn. See Line styles documentation for specifications.
| Field Summary | |
|---|---|
int |
blankSegmentLength
The length of the blank segment. |
int |
segmentLength
The length of a line segement to draw. |
int |
thickness
The thickness of the line to draw. |
| Constructor Summary | |
|---|---|
LineStyle(int thickness,
int... optional)
Create a new instance using the specified values. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int thickness
public final int segmentLength
public final int blankSegmentLength
| Constructor Detail |
|---|
public LineStyle(int thickness,
int... optional)
thickness - The thickness value to set.optional - Optionally specify segmentLength and blankSegmentLength in sequence.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||