Package | Description |
---|---|
de.lmu.ifi.dbs.elki.visualization.style |
Style management for ELKI visualizations.
|
de.lmu.ifi.dbs.elki.visualization.style.lines |
Generate line styles for plotting in CSS
|
Modifier and Type | Field and Description |
---|---|
private LineStyleLibrary |
PropertiesBasedStyleLibrary.linelib
Line style library to use
|
Modifier and Type | Method and Description |
---|---|
LineStyleLibrary |
PropertiesBasedStyleLibrary.lines() |
LineStyleLibrary |
StyleLibrary.lines()
Get the line style library to use.
|
Modifier and Type | Class and Description |
---|---|
class |
DashedLineStyleLibrary
Line library using various dashed and dotted line styles.
|
class |
SolidLineStyleLibrary
Line style library featuring solid lines for default styles only (combine
with a color library to obtain enough classes!)
|