lt.monarch.chart.engine
Interface StyleEditorEntity

All Known Subinterfaces:
AbstractBarSeries<ChartProjector>, ChartSeries, Marker, SymetricMarker
All Known Implementing Classes:
AbstractBorderDecorator, AbstractChart, AbstractChartMarker, AbstractChartObject, AbstractChartSeries, AbstractChartSeriesEx, AbstractGrid, AbstractLegend, AbstractLineSeries, AbstractMarker, AbstractMarker3D, AbstractTextMarker, AbstractView, Axis, Axis2D, Axis2DRadar, Axis2DX, Axis2DY, Axis3D, Axis3DX, Axis3DY, Axis3DZ, AxisTitle, BaloonLabelMarker, Bar3DSeries, BarChart, BarSeries, BoxMarker, BoxWhiskerChart, BoxWhiskerSeries, BubbleSeries, Chart2D, Chart3D, ChartBreakLine, ChartElementEntity, ColorScaleLegend, CompositeView, ContourSeries, ControlChart, CpkChart, CrossMarker, DecoratedView, DiamondMarker, DotMarker, DotMarker3D, DotPlotChart, EmptyChart, EmptyMarker, Grid, Grid3D, GridCircle, GridRegularPolygon, HistogramChart, HorizontalMarkerLine, HorizontalMarkerRange, ImageMarker, LabeledChart, LabeledMarker, LabelView, Legend, Line3DSeries, LineBorderDecorator, LinePlotChart, LineSeries, MarkerDecorableSeries, MarkerDecorableSeries3D, MarkerLine, MarkerRange, MiddleLineMarker, MultiSeriesChartBase, NullMarker, ParetoChart, Pie3DSeries, PieSeries, PolygonMarker, RadarAxisSet, RadarSeries, ScatterChart, SimpleCachableMarker, SimpleChart, SimpleCrossMarker, SpcChart, SquareMarker, StarMarker, StockSeries, SupplementalPieSeries, Surface3DSeries, SurfaceSeries, TextMarker, Vector3DSeries, VectorSeries, VerticalMarkerLine, VerticalMarkerRange, ViewGrid, ViewGridIndexed

public interface StyleEditorEntity


Method Summary
Modifier and Type Method and Description
 Rectangle2D getChartObjectBounds()
          Gets bounds of chart object
 java.lang.Object getParent()
          Return the parent chart object
 AbstractStyle getStyle(StyleType styleType)
          Gets style object for the stylesheet attributes specified by style type.
 

Method Detail

getChartObjectBounds

Rectangle2D getChartObjectBounds()
Gets bounds of chart object

Returns:
A rectangle indicating this chart object bounds

getStyle

AbstractStyle getStyle(StyleType styleType)
Gets style object for the stylesheet attributes specified by style type.

Parameters:
styleType - style type attributes
Returns:
the style object

getParent

java.lang.Object getParent()
Return the parent chart object

Returns:
the parent