com.stimulsoft.report.infographics.gauge.primitives.base
Class StiElementBase

java.lang.Object
  extended by 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


Constructor Summary
StiElementBase()
           
 
Method Summary
 void applyStyle(IStiGaugeStyle style)
          Apply style to component which release this interface.
 java.lang.Object clone()
          Creates a new object that is a copy of the current instance.
 void drawElement(StiGaugeContextPainter context)
           
 boolean isAllowApplyStyle()
           
 void setAllowApplyStyle(boolean allowApplyStyle)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiElementBase

public StiElementBase()
Method Detail

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)