Class StiElementBase
java.lang.Object
com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
- All Implemented Interfaces:
IStiSerializable,IStiApplyStyleGauge,Cloneable
- Direct Known Subclasses:
StiGaugeElement,StiScaleBase
public class StiElementBase
extends Object
implements Cloneable, IStiApplyStyleGauge, IStiSerializable
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyStyle(IStiGaugeStyle style) Apply style to component which release this interface.clone()Creates a new object that is a copy of the current instance.voiddrawElement(StiGaugeContextPainter context) booleanvoidsetAllowApplyStyle(boolean allowApplyStyle)
-
Constructor Details
-
StiElementBase
public StiElementBase()
-
-
Method Details
-
applyStyle
Description copied from interface:IStiApplyStyleGaugeApply style to component which release this interface.- Specified by:
applyStylein interfaceIStiApplyStyleGauge- Parameters:
style-
-
clone
Creates a new object that is a copy of the current instance. -
isAllowApplyStyle
public boolean isAllowApplyStyle()- Returns:
- the allowApplyStyle
-
setAllowApplyStyle
public void setAllowApplyStyle(boolean allowApplyStyle) - Parameters:
allowApplyStyle- the allowApplyStyle to set
-
drawElement
-