Class XYPlotVisualizationInputConfiguration
- java.lang.Object
-
- org.palladiosimulator.commons.designpatterns.AbstractObservable<IPropertyListener>
-
- org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
-
- org.palladiosimulator.edp2.datastream.configurable.reflective.ReflectivePropertyConfigurable
-
- org.palladiosimulator.edp2.visualization.jfreechart.input.JFreeChartVisualizationConfiguration
-
- org.palladiosimulator.edp2.visualization.jfreechart.input.xyplot.XYPlotVisualizationInputConfiguration
-
- All Implemented Interfaces:
IAdaptable
,org.palladiosimulator.commons.designpatterns.IAbstractObservable<IPropertyListener>
,IPropertyConfigurable
,IPropertyListener
- Direct Known Subclasses:
CDFVisualizationInputConfiguration
,HistogramVisualizationInputConfiguration
public class XYPlotVisualizationInputConfiguration extends JFreeChartVisualizationConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static String
DOMAIN_AXIS_LABEL_KEY
static String
RANGE_AXIS_LABEL_KEY
static String
SHOW_DOMAIN_AXIS_LABEL_KEY
static String
SHOW_RANGE_AXIS_LABEL_KEY
static String
SHOW_SERIES_LINE_LABEL_KEY
static String
SHOW_SERIES_SHAPES_LABEL_KEY
-
Fields inherited from class org.palladiosimulator.edp2.visualization.jfreechart.input.JFreeChartVisualizationConfiguration
SHOW_LEGEND_KEY, SHOW_TITLE_KEY, TITLE_KEY
-
Fields inherited from class org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
keys
-
-
Constructor Summary
Constructors Constructor Description XYPlotVisualizationInputConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getDefaultConfiguration()
String
getDomainAxisLabel()
String
getRangeAxisLabel()
boolean
isShowDomainAxisLabel()
boolean
isShowRangeAxisLabel()
boolean
isShowSeriesLine()
boolean
isShowSeriesShapes()
-
Methods inherited from class org.palladiosimulator.edp2.visualization.jfreechart.input.JFreeChartVisualizationConfiguration
getTitle, isShowLegend, isShowTitle
-
Methods inherited from class org.palladiosimulator.edp2.datastream.configurable.reflective.ReflectivePropertyConfigurable
getKeys, getPropertyType, propertyChangeCompleted, propertyChanged, setProperties
-
Methods inherited from class org.palladiosimulator.edp2.datastream.configurable.PropertyConfigurable
getAdapter, getNotSetConstant, getProperties, isPropertyNotSet, unsetProperty
-
-
-
-
Field Detail
-
DOMAIN_AXIS_LABEL_KEY
public static final String DOMAIN_AXIS_LABEL_KEY
- See Also:
- Constant Field Values
-
RANGE_AXIS_LABEL_KEY
public static final String RANGE_AXIS_LABEL_KEY
- See Also:
- Constant Field Values
-
SHOW_RANGE_AXIS_LABEL_KEY
public static final String SHOW_RANGE_AXIS_LABEL_KEY
- See Also:
- Constant Field Values
-
SHOW_DOMAIN_AXIS_LABEL_KEY
public static final String SHOW_DOMAIN_AXIS_LABEL_KEY
- See Also:
- Constant Field Values
-
SHOW_SERIES_LINE_LABEL_KEY
public static final String SHOW_SERIES_LINE_LABEL_KEY
- See Also:
- Constant Field Values
-
SHOW_SERIES_SHAPES_LABEL_KEY
public static final String SHOW_SERIES_SHAPES_LABEL_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultConfiguration
public Map<String,Object> getDefaultConfiguration()
- Specified by:
getDefaultConfiguration
in interfaceIPropertyConfigurable
- Overrides:
getDefaultConfiguration
in classJFreeChartVisualizationConfiguration
-
getDomainAxisLabel
public String getDomainAxisLabel()
-
getRangeAxisLabel
public String getRangeAxisLabel()
-
isShowRangeAxisLabel
public boolean isShowRangeAxisLabel()
-
isShowDomainAxisLabel
public boolean isShowDomainAxisLabel()
-
isShowSeriesLine
public boolean isShowSeriesLine()
-
isShowSeriesShapes
public boolean isShowSeriesShapes()
-
-