java.lang.Object
omix.lang.chart.util.ChartStyleElement
omix.lang.chart.util.AbstractTitle
omix.lang.chart.util.SubTitleStyle
- All Implemented Interfaces:
Serializable
public class SubTitleStyle extends AbstractTitle
- Since:
- Omix 1.8.6
- Author:
- Dr. Peter Droste
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class omix.lang.chart.util.AbstractTitle
AbstractTitle.Position
-
Constructor Summary
Constructors Constructor Description SubTitleStyle()
-
Method Summary
Modifier and Type Method Description SubTitleStyle
clone()
void
set(AbstractTitle abstractTitle)
Methods inherited from class omix.lang.chart.util.AbstractTitle
getBackground, getBorderColor, getBorderStyle, getBorderWidth, getFont, getPosition, getTextColor, isVisible, setBackground, setBorderColor, setBorderStyle, setBorderWidth, setFont, setPosition, setTextColor, setVisible
Methods inherited from class omix.lang.chart.util.ChartStyleElement
addPropertyChangeListener, propertyChange, removePropertyChangeListener
-
Constructor Details
-
SubTitleStyle
public SubTitleStyle()
-
-
Method Details
-
clone
- Specified by:
clone
in classAbstractTitle
-
set
- Overrides:
set
in classAbstractTitle
-