| Package | Description |
|---|---|
| lightgraph |
| Modifier and Type | Field and Description |
|---|---|
GraphLine |
DataSet.LINE |
| Modifier and Type | Method and Description |
|---|---|
static GraphLine |
GraphLine.dashes(float[] d)
Line that is drawn using dashes, according to the java2D BasicStroke.
|
static GraphLine |
GraphLine.longDashes()
Preset dash configuration.
|
static GraphLine |
GraphLine.longShortDashes()
Preset dash configuration.
|
static GraphLine |
GraphLine.longShortShortDashes()
Preset dash configuration.
|
static GraphLine |
GraphLine.shortDashes()
Preset dash configuration.
|
static GraphLine |
GraphLine.solidLine()
Default line implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<GraphLine> |
GraphLine.getLines()
Gets a set of default lines, primarily used for the GraphFormatWindow
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSet.setLine(GraphLine l) |
Copyright © 2017. All rights reserved.