|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Settings.Key | |
---|---|
de.erichseifert.gral | Main classes. |
de.erichseifert.gral.plots | Plot related classes like axis and plot area management. |
de.erichseifert.gral.plots.areas | Classes for drawing areas in plots. |
de.erichseifert.gral.plots.axes | Classes for managing and drawing axes in plots. |
de.erichseifert.gral.plots.lines | Classes for rendering data series connected by lines. |
de.erichseifert.gral.plots.points | Classes for rendering point shapes in a plot. |
de.erichseifert.gral.util | Common utility classes. |
Uses of Settings.Key in de.erichseifert.gral |
---|
Fields in de.erichseifert.gral declared as Settings.Key | |
---|---|
static Settings.Key |
Legend.BACKGROUND
Key for specifying the Paint instance to be used to
paint the background. |
static Settings.Key |
PlotArea.BACKGROUND
Key for specifying the Paint instance to be used to
paint the background of the plot area. |
static Settings.Key |
Legend.BORDER
Key for specifying the Stroke instance to be used to
paint the border of the legend. |
static Settings.Key |
PlotArea.BORDER
Key for specifying the Stroke instance to be used to
paint the border of the plot area. |
static Settings.Key |
Legend.COLOR
Key for specifying the Paint instance to be used to
fill the border of the legend. |
static Settings.Key |
PlotArea.COLOR
Key for specifying the Paint instance to be used to
fill the border of the plot area. |
static Settings.Key |
Legend.GAP
Key for specifying the gap between items. |
static Settings.Key |
Legend.ORIENTATION
Key for specifying the orientation of the legend using a DrawableConstants.Orientation value. |
static Settings.Key |
Legend.SYMBOL_SIZE
Key for specifying the gap between items. |
Methods in de.erichseifert.gral with parameters of type Settings.Key | ||
---|---|---|
|
Legend.getSetting(Settings.Key key)
|
|
|
PlotArea.getSetting(Settings.Key key)
|
|
|
Legend.removeSetting(Settings.Key key)
|
|
|
PlotArea.removeSetting(Settings.Key key)
|
|
|
Legend.removeSettingDefault(Settings.Key key)
|
|
|
PlotArea.removeSettingDefault(Settings.Key key)
|
|
|
Legend.setSetting(Settings.Key key,
T value)
|
|
|
PlotArea.setSetting(Settings.Key key,
T value)
|
|
|
Legend.setSettingDefault(Settings.Key key,
T value)
|
|
|
PlotArea.setSettingDefault(Settings.Key key,
T value)
|
Uses of Settings.Key in de.erichseifert.gral.plots |
---|
Fields in de.erichseifert.gral.plots declared as Settings.Key | |
---|---|
static Settings.Key |
Label.ALIGNMENT_X
Key for specifying the horizontal alignment within the bounding rectangle. 0 means left, 1 means right. |
static Settings.Key |
Label.ALIGNMENT_Y
Key for specifying the vertical alignment within the bounding rectangle. 0 means top, 1 means bottom. |
static Settings.Key |
Label.ANCHOR
Key for specifying the DrawableConstants
value where the label will be aligned at. |
static Settings.Key |
Plot.ANTIALISING
Key for specifying the whether antialiasing is enabled. |
static Settings.Key |
Plot.BACKGROUND
Key for specifying the Paint instance to be used to
paint the background of the plot. |
static Settings.Key |
BarPlot.BAR_WIDTH
Key for specifying a Number value for the relative
width of the bars. |
static Settings.Key |
Plot.BORDER
Key for specifying the Stroke instance to be used to
paint the border of the plot. |
static Settings.Key |
PiePlot.CLOCKWISE
Key for specifying a Boolean value which decides
whether the segments should be ordered clockwise (true ) or
counterclockwise (false ). |
static Settings.Key |
Label.COLOR
Key for specifying the Paint instance to be used to
paint the label shape. |
static Settings.Key |
Plot.COLOR
Key for specifying the Paint instance to be used to
fill the border of the plot. |
static Settings.Key |
PiePlot.COLORS
Key for specifying the ColorMapper
instance used for the segments. |
static Settings.Key |
Label.FONT
Key for specifying the font of this label. |
static Settings.Key |
PiePlot.GAP
Key for specifying a Number value for the width of
gaps between the segments. |
static Settings.Key |
XYPlot.XYPlotArea2D.GRID_MAJOR_COLOR
Key for specifying the Paint instance to be used
to paint the grid lines of major ticks. |
static Settings.Key |
XYPlot.XYPlotArea2D.GRID_MAJOR_X
Key for specifying a Boolean value which decides
whether the horizontal grid lines at major ticks along the x-axis are drawn. |
static Settings.Key |
XYPlot.XYPlotArea2D.GRID_MAJOR_Y
Key for specifying a Boolean value which decides
whether the vertical grid lines at major ticks along the y-axis are drawn. |
static Settings.Key |
XYPlot.XYPlotArea2D.GRID_MINOR_COLOR
Key for specifying the Paint instance to be used
to paint the grid lines of minor ticks. |
static Settings.Key |
XYPlot.XYPlotArea2D.GRID_MINOR_X
Key for specifying a Boolean value which decides
whether the horizontal grid lines at minor ticks along the x-axis are drawn. |
static Settings.Key |
XYPlot.XYPlotArea2D.GRID_MINOR_Y
Key for specifying a Boolean value which decides
whether the vertical grid lines at minor ticks along the y-axis are drawn. |
static Settings.Key |
Plot.LEGEND
Key for specifying whether the legend should be shown. |
static Settings.Key |
Plot.LEGEND_LOCATION
Key for specifying the positioning of the legend using a DrawableConstants.Location value. |
static Settings.Key |
Plot.LEGEND_MARGIN
Key for specifying the Insets2D that
describes the legend's margin. |
static Settings.Key |
PiePlot.RADIUS
Key for specifying the radius of the pie relative to the plot area size. |
static Settings.Key |
PiePlot.RADIUS_INNER
Key for specifying a Number value for the inner
radius of the pie relative to the outer radius. |
static Settings.Key |
Label.ROTATION
Key for specifying the rotation of this label, |
static Settings.Key |
PiePlot.START
Key for specifying a Number value for the starting
angle of the first segment in degrees. |
static Settings.Key |
Plot.TITLE
Key for specifying the String instance for the title
of the plot. |
Methods in de.erichseifert.gral.plots with parameters of type Settings.Key | ||
---|---|---|
|
Label.getSetting(Settings.Key key)
|
|
|
Plot.getSetting(Settings.Key key)
|
|
|
Label.removeSetting(Settings.Key key)
|
|
|
Plot.removeSetting(Settings.Key key)
|
|
|
Label.removeSettingDefault(Settings.Key key)
|
|
|
Plot.removeSettingDefault(Settings.Key key)
|
|
|
Label.setSetting(Settings.Key key,
T value)
|
|
|
Plot.setSetting(Settings.Key key,
T value)
|
|
|
Label.setSettingDefault(Settings.Key key,
T value)
|
|
|
Plot.setSettingDefault(Settings.Key key,
T value)
|
Uses of Settings.Key in de.erichseifert.gral.plots.areas |
---|
Fields in de.erichseifert.gral.plots.areas declared as Settings.Key | |
---|---|
static Settings.Key |
AreaRenderer.COLOR
Key for specifying the Paint instance used to fill
the area shape. |
static Settings.Key |
AreaRenderer.GAP
Key for specifying a Number value for the gap between
the area and a data point. |
static Settings.Key |
AreaRenderer.GAP_ROUNDED
Key for specifying a Boolean value that decides
whether the gaps should have rounded corners. |
static Settings.Key |
LineAreaRenderer2D.STROKE
Key for specifying the Stroke instance that is used
draw the lines from the data points to the axis. |
Methods in de.erichseifert.gral.plots.areas with parameters of type Settings.Key | ||
---|---|---|
|
AbstractAreaRenderer.getSetting(Settings.Key key)
|
|
|
AbstractAreaRenderer.removeSetting(Settings.Key key)
|
|
|
AbstractAreaRenderer.removeSettingDefault(Settings.Key key)
|
|
|
AbstractAreaRenderer.setSetting(Settings.Key key,
T value)
|
|
|
AbstractAreaRenderer.setSettingDefault(Settings.Key key,
T value)
|
Uses of Settings.Key in de.erichseifert.gral.plots.axes |
---|
Fields in de.erichseifert.gral.plots.axes declared as Settings.Key | |
---|---|
static Settings.Key |
AxisRenderer.INTERSECTION
Key for specifying the intersection point of axis. |
static Settings.Key |
AxisRenderer.LABEL
Key for specifying the String instance for the label
text of the axis. |
static Settings.Key |
AxisRenderer.LABEL_COLOR
Key for specifying the Paint instance to be used to
paint the axis label. |
static Settings.Key |
AxisRenderer.LABEL_DISTANCE
Key for specifying a Number value for the distance
from the axis to the label. |
static Settings.Key |
AxisRenderer.LABEL_ROTATION
Key for specifying a Number value for the rotation of
the axis label in degrees. |
static Settings.Key |
AxisRenderer.SHAPE
Key for specifying the Shape instance that defines
the shape of the axis. |
static Settings.Key |
AxisRenderer.SHAPE_COLOR
Key for specifying Paint instance to be used to paint
the axis, its ticks and its labels. |
static Settings.Key |
AxisRenderer.SHAPE_DIRECTION_SWAPPED
Key for specifying a Boolean value which decides
whether the axis direction will be changed. |
static Settings.Key |
AxisRenderer.SHAPE_NORMAL_ORIENTATION_CLOCKWISE
Key for specifying a Boolean value which decides
whether normal vector is calculated using clockwise (true )
or counterclockwise rotation (false ). |
static Settings.Key |
AxisRenderer.SHAPE_STROKE
Key for specifying the Stroke instance which define
the shape of the axis. |
static Settings.Key |
AxisRenderer.SHAPE_VISIBLE
Key for specifying a Boolean value which decides
whether the shape of the axis will be drawn. |
static Settings.Key |
AxisRenderer.TICK_LABELS
Key for specifying whether tick labels are drawn. |
static Settings.Key |
AxisRenderer.TICK_LABELS_DISTANCE
Key for specifying a Number value for the distance
of labels to their ticks. |
static Settings.Key |
AxisRenderer.TICK_LABELS_FORMAT
Key for specifying the {java.text.Format} instance which converts the tick values to labels. |
static Settings.Key |
AxisRenderer.TICK_LABELS_OUTSIDE
Key for specifying a Boolean value which decides
whether the tick labels are drawn outside of the plot. |
static Settings.Key |
AxisRenderer.TICK_LABELS_ROTATION
Key for specifying a Number value for the rotation
of the tick labels in degrees. |
static Settings.Key |
AxisRenderer.TICKS
Key for specifying a Boolean value which decides
whether major ticks are drawn. |
static Settings.Key |
AxisRenderer.TICKS_ALIGNMENT
Key for specifying a Number value for the alignment
of major ticks: 0.0 means outside, 0.5 means centered, 1.0 means inside. |
static Settings.Key |
AxisRenderer.TICKS_COLOR
Key for specifying the Paint instance to be used to
paint the shapes of major ticks. |
static Settings.Key |
AxisRenderer.TICKS_CUSTOM
Custom labels as a Map with a position
(Double ) as key and a label (String ) as value. |
static Settings.Key |
AxisRenderer.TICKS_LENGTH
Key for specifying a Number value for the length of
major tick strokes. |
static Settings.Key |
AxisRenderer.TICKS_MINOR
Key for specifying a Boolean value which decides
whether minor ticks are drawn. |
static Settings.Key |
AxisRenderer.TICKS_MINOR_ALIGNMENT
Key for specifying a Number value for the alignment
of minor ticks: 0.0 means outside, 0.5 means centered, 1.0 means inside. |
static Settings.Key |
AxisRenderer.TICKS_MINOR_COLOR
Key for specifying the Paint instance to be used to
paint the the shapes of minor ticks. |
static Settings.Key |
AxisRenderer.TICKS_MINOR_COUNT
Key for specifying an Integer value for the count
of minor ticks. |
static Settings.Key |
AxisRenderer.TICKS_MINOR_LENGTH
Key for specifying a Number value for the length
of minor tick strokes. |
static Settings.Key |
AxisRenderer.TICKS_MINOR_STROKE
Key for specifying the Stroke instance which is used
to draw all minor ticks. |
static Settings.Key |
AxisRenderer.TICKS_SPACING
Key for specifying a Number value for the interval
for major ticks. |
static Settings.Key |
AxisRenderer.TICKS_STROKE
Key for specifying the Stroke instance which is used
to draw all major ticks. |
Methods in de.erichseifert.gral.plots.axes with parameters of type Settings.Key | ||
---|---|---|
|
AbstractAxisRenderer2D.getSetting(Settings.Key key)
|
|
|
AbstractAxisRenderer2D.removeSetting(Settings.Key key)
|
|
|
AbstractAxisRenderer2D.removeSettingDefault(Settings.Key key)
|
|
|
AbstractAxisRenderer2D.setSetting(Settings.Key key,
T value)
|
|
|
AbstractAxisRenderer2D.setSettingDefault(Settings.Key key,
T value)
|
Uses of Settings.Key in de.erichseifert.gral.plots.lines |
---|
Fields in de.erichseifert.gral.plots.lines declared as Settings.Key | |
---|---|
static Settings.Key |
DiscreteLineRenderer2D.ASCENDING_POINT
Key for specifying a Number value for the relative
distance between two points, i.e. the "step" of a stair. |
static Settings.Key |
DiscreteLineRenderer2D.ASCENT_DIRECTION
Key for specifying an DrawableConstants.Orientation
instance which indicates the primary direction of the "steps". |
static Settings.Key |
LineRenderer.COLOR
Key for specifying the Paint instance to be used to paint the line shape. |
static Settings.Key |
LineRenderer.GAP
Key for specifying a Number value for the gap
between the line and a point. |
static Settings.Key |
LineRenderer.GAP_ROUNDED
Key for specifying a Boolean value which decides
whether the gaps should have rounded corners. |
static Settings.Key |
LineRenderer.STROKE
Key for specifying the Stroke instance to be used to define the line shape. |
Methods in de.erichseifert.gral.plots.lines with parameters of type Settings.Key | ||
---|---|---|
|
AbstractLineRenderer2D.getSetting(Settings.Key key)
|
|
|
AbstractLineRenderer2D.removeSetting(Settings.Key key)
|
|
|
AbstractLineRenderer2D.removeSettingDefault(Settings.Key key)
|
|
|
AbstractLineRenderer2D.setSetting(Settings.Key key,
T value)
|
|
|
AbstractLineRenderer2D.setSettingDefault(Settings.Key key,
T value)
|
Uses of Settings.Key in de.erichseifert.gral.plots.points |
---|
Fields in de.erichseifert.gral.plots.points declared as Settings.Key | |
---|---|
static Settings.Key |
PointRenderer.COLOR
Key for specifying the Paint instance to be used to
paint the point shape. |
static Settings.Key |
PointRenderer.ERROR_COLOR
Key for specifying the Paint instance to be used to
paint the error bars. |
static Settings.Key |
PointRenderer.ERROR_DISPLAYED
Key for specifying whether the error value is displayed. |
static Settings.Key |
PointRenderer.ERROR_SHAPE
Key for specifying the Shape instance defining the
form of the points at the end of the error bars. |
static Settings.Key |
PointRenderer.ERROR_STROKE
Key for specifying the Stroke instance defining the
error bars. |
static Settings.Key |
PointRenderer.SHAPE
Key for specifying the Shape instance defining the form of the point. |
static Settings.Key |
PointRenderer.VALUE_ALIGNMENT_X
Key for specifying the Number value that positions the
value horizontally. |
static Settings.Key |
PointRenderer.VALUE_ALIGNMENT_Y
Key for specifying the Number value that positions the
value vertically. |
static Settings.Key |
PointRenderer.VALUE_COLOR
Key for specifying the Paint instance to be used to
paint the value. |
static Settings.Key |
PointRenderer.VALUE_DISPLAYED
Key for specifying whether the data value of a point is displayed or not. |
static Settings.Key |
PointRenderer.VALUE_FORMAT
Key for specifying the Format instance to be used to
format the displayed data values. |
Methods in de.erichseifert.gral.plots.points with parameters of type Settings.Key | ||
---|---|---|
|
AbstractPointRenderer.getSetting(Settings.Key key)
|
|
|
AbstractPointRenderer.removeSetting(Settings.Key key)
|
|
|
AbstractPointRenderer.removeSettingDefault(Settings.Key key)
|
|
|
AbstractPointRenderer.setSetting(Settings.Key key,
T value)
|
|
|
AbstractPointRenderer.setSettingDefault(Settings.Key key,
T value)
|
Uses of Settings.Key in de.erichseifert.gral.util |
---|
Methods in de.erichseifert.gral.util that return Settings.Key | |
---|---|
Settings.Key |
SettingChangeEvent.getKey()
Returns the key of the changed setting. |
Methods in de.erichseifert.gral.util that return types with arguments of type Settings.Key | |
---|---|
Map<Settings.Key,Object> |
Settings.getDefaults()
Returns a map containing all default settings. |
Map<Settings.Key,Object> |
Settings.getSettings()
Returns a map containing all settings. |
Set<Settings.Key> |
Settings.keySet()
Returns a set containing all keys of this settings object. |
Methods in de.erichseifert.gral.util with parameters of type Settings.Key | ||
---|---|---|
|
Settings.get(Settings.Key key)
Returns the setting for the specified key. |
|
|
SettingsStorage.getSetting(Settings.Key key)
Returns the setting with the specified key. |
|
boolean |
Settings.hasDefault(Settings.Key key)
Returns true if there is a default setting for the specified key. |
|
boolean |
Settings.hasKey(Settings.Key key)
Returns true if the specified key is contained. |
|
boolean |
Settings.hasSetting(Settings.Key key)
Returns true if there is a setting for the specified key. |
|
|
Settings.remove(Settings.Key key)
Removes the setting with the specified key. |
|
|
Settings.removeDefault(Settings.Key key)
Removes the default setting with the specified key. |
|
|
SettingsStorage.removeSetting(Settings.Key key)
Removes the setting with the specified key. |
|
|
SettingsStorage.removeSettingDefault(Settings.Key key)
Removes the default setting with the specified key. |
|
|
Settings.set(Settings.Key key,
T value)
Sets the setting for the specified key. |
|
|
Settings.setDefault(Settings.Key key,
T value)
Sets the default setting for the specified key. |
|
|
SettingsStorage.setSetting(Settings.Key key,
T value)
Sets the setting with the specified key to the specified value. |
|
|
SettingsStorage.setSettingDefault(Settings.Key key,
T value)
Sets a default value for the setting with the specified key. |
Constructors in de.erichseifert.gral.util with parameters of type Settings.Key | |
---|---|
SettingChangeEvent(Object source,
Settings.Key key,
Object valOld,
Object valNew,
boolean defaultSetting)
Creates a new event object with the specified values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |