public class Elements extends Object
Modifier | Constructor and Description |
---|---|
protected |
Elements(ConfigurationOptions options)
Builds the object storing the default root options.
|
Modifier and Type | Method and Description |
---|---|
Arc |
getArc()
Returns the arc element.
|
Bar |
getBar()
Returns the bar element.
|
IsChart |
getChart()
Returns the chart instance
|
protected ExtendedOptions |
getConfiguration()
Returns the configuration element.
|
Line |
getLine()
Returns the line element.
|
protected ConfigurationOptions |
getOptions()
Returns the configuration options.
|
Point |
getPoint()
Returns the point element.
|
protected Elements(ConfigurationOptions options)
options
- default root options.public Point getPoint()
public Line getLine()
public Arc getArc()
public Bar getBar()
protected final ConfigurationOptions getOptions()
protected final ExtendedOptions getConfiguration()
public final IsChart getChart()