Class StiRadialTickMarkCustomValue

java.lang.Object
com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase
com.stimulsoft.report.infographics.gauge.tick.radial.mark.StiRadialTickMarkCustomValue

public class StiRadialTickMarkCustomValue extends StiCustomValueBase
Copyright Stimulsoft
  • Field Details

    • useBrush

      public boolean useBrush
    • useBorderBrush

      public boolean useBorderBrush
    • useBorderWidth

      public boolean useBorderWidth
  • Constructor Details

  • Method Details

    • SaveToJsonObject

      public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
      Overrides:
      SaveToJsonObject in class StiCustomValueBase
      Throws:
      JSONException
    • LoadFromJsonObject

      public void LoadFromJsonObject(JSONObject jObject) throws JSONException
      Overrides:
      LoadFromJsonObject in class StiCustomValueBase
      Throws:
      JSONException
    • getComponentId

      public StiComponentId getComponentId()
      Specified by:
      getComponentId in class StiCustomValueBase
    • clone

      public Object clone()
      Description copied from class: StiCustomValueBase
      Creates a new object that is a copy of the current instance.
      Overrides:
      clone in class StiCustomValueBase
    • getRelativeWidth

      public Double getRelativeWidth()
      the width ratio relative to the height of the basic component.
      Returns:
      the relativeWidth
    • setRelativeWidth

      public void setRelativeWidth(Double relativeWidth)
      the width ratio relative to the height of the basic component.
      Parameters:
      relativeWidth - the relativeWidth to set
    • getRelativeHeight

      public Double getRelativeHeight()
      the height factor relative to the height of the basic component.
      Returns:
      the relativeHeight
    • setRelativeHeight

      public void setRelativeHeight(Double relativeHeight)
      the height factor relative to the height of the basic component.
      Parameters:
      relativeHeight - the relativeHeight to set
    • getOffsetAngle

      public Double getOffsetAngle()
      an additional rotation angle.
      Returns:
      the offsetAngle
    • setOffsetAngle

      public void setOffsetAngle(Double offsetAngle)
      an additional rotation angle.
      Parameters:
      offsetAngle - the offsetAngle to set
    • getSkin

      public StiGaugeElementSkin getSkin()
      the skin of the component rendering.
      Returns:
      the skin
    • setSkin

      public void setSkin(StiGaugeElementSkin skin)
      the skin of the component rendering.
      Parameters:
      skin - the skin to set
    • getBrush

      public StiBrush getBrush()
      a brush to fill a component.
      Returns:
      the brush
    • setBrush

      public void setBrush(StiBrush brush)
      a brush to fill a component.
      Parameters:
      brush - the brush to set
    • getBorderBrush

      public StiBrush getBorderBrush()
      the border of the component.
      Returns:
      the borderBrush
    • setBorderBrush

      public void setBorderBrush(StiBrush borderBrush)
      the border of the component.
      Parameters:
      borderBrush - the borderBrush to set
    • getBorderWidth

      public Double getBorderWidth()
      the border thickness of the component.
      Returns:
      the borderWidth
    • setBorderWidth

      public void setBorderWidth(Double borderWidth)
      the border thickness of the component.
      Parameters:
      borderWidth - the borderWidth to set
    • getLocalizedName

      public String getLocalizedName()
      Specified by:
      getLocalizedName in class StiCustomValueBase
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • createNew

      public StiCustomValueBase createNew()
      Overrides:
      createNew in class StiCustomValueBase