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 Details

    • StiElementBase

      public StiElementBase()
  • Method Details

    • 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
      Parameters:
      style -
    • clone

      public Object clone()
      Creates a new object that is a copy of the current instance.
      Overrides:
      clone in class 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)