Package | Description |
---|---|
org.swtchart.ext | |
org.swtchart.ext.internal.properties |
Modifier and Type | Field and Description |
---|---|
private PropertiesResources |
InteractiveChart.resources
the resources created with properties dialog
|
Modifier and Type | Field and Description |
---|---|
protected PropertiesResources |
AbstractPage.resources
the properties resources
|
Constructor and Description |
---|
AbstractPage(InteractiveChart chart,
PropertiesResources resources,
java.lang.String title)
Constructor.
|
AbstractSelectorPage(InteractiveChart chart,
PropertiesResources resources,
java.lang.String title,
java.lang.String selector)
Constructor.
|
AxisPage(InteractiveChart chart,
PropertiesResources resources,
IAxis.Direction direction,
java.lang.String title)
Constructor.
|
AxisTickPage(InteractiveChart chart,
PropertiesResources resources,
IAxis.Direction direction,
java.lang.String title)
Constructor.
|
ChartPage(InteractiveChart chart,
PropertiesResources resources,
java.lang.String title)
Constructor.
|
GridPage(InteractiveChart chart,
PropertiesResources resources,
IAxis.Direction direction,
java.lang.String title)
Constructor.
|
LegendPage(InteractiveChart chart,
PropertiesResources resources,
java.lang.String title)
Constructor.
|
SeriesLabelPage(InteractiveChart chart,
PropertiesResources resources,
java.lang.String title)
Constructor.
|
SeriesPage(InteractiveChart chart,
PropertiesResources resources,
java.lang.String title)
Constructor.
|