lt.monarch.chart.models
Interface AbstractStyles<E extends AbstractPaintTags>

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Styles

public interface AbstractStyles<E extends AbstractPaintTags>
extends java.io.Serializable

Abstract style reference class for the user interface.


Method Summary
Modifier and Type Method and Description
 PaintStyle<E> getPaintStyle()
          Gets color style object
 Style getStyle()
          Gets stylesheet
 TextStyle<E> getTextStyle()
          Gets text style object
 

Method Detail

getTextStyle

TextStyle<E> getTextStyle()
Gets text style object

Returns:
text style object

getPaintStyle

PaintStyle<E> getPaintStyle()
Gets color style object

Returns:
color style object

getStyle

Style getStyle()
Gets stylesheet

Returns:
stylesheet