com.stimulsoft.report.infographics.gauge.primitives.base
Class StiElementBase
java.lang.Object
com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
- All Implemented Interfaces:
- IStiSerializable, IStiApplyStyleGauge, java.lang.Cloneable
- Direct Known Subclasses:
- StiGaugeElement, StiScaleBase
public class StiElementBase
- extends java.lang.Object
- implements java.lang.Cloneable, IStiApplyStyleGauge, IStiSerializable
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiElementBase
public StiElementBase()
applyStyle
public void applyStyle(IStiGaugeStyle style)
- Description copied from interface:
IStiApplyStyleGauge
- Apply style to component which release this interface.
- Specified by:
applyStyle
in interface IStiApplyStyleGauge
clone
public java.lang.Object clone()
- Creates a new object that is a copy of the current instance.
- Overrides:
clone
in class java.lang.Object
isAllowApplyStyle
public boolean isAllowApplyStyle()
- Returns:
- the allowApplyStyle
setAllowApplyStyle
public void setAllowApplyStyle(boolean allowApplyStyle)
- Parameters:
allowApplyStyle
- the allowApplyStyle to set
drawElement
public void drawElement(StiGaugeContextPainter context)