Class StiTwoColumnsPieLabelsGeom

All Implemented Interfaces:
IStiJsonReportObject, IStiGeomInteraction

public class StiTwoColumnsPieLabelsGeom extends StiSeriesLabelsGeom
  • Field Details

  • Constructor Details

  • Method Details

    • getSeriesBrush

      public StiBrush getSeriesBrush()
    • setSeriesBrush

      public void setSeriesBrush(StiBrush seriesBrush)
    • getBorderColor

      public StiColor getBorderColor()
    • setBorderColor

      public void setBorderColor(StiColor borderColor)
    • getSeriesBorderColor

      public StiColor getSeriesBorderColor()
    • setSeriesBorderColor

      public void setSeriesBorderColor(StiColor seriesBorderColor)
    • getLabelBrush

      public StiBrush getLabelBrush()
    • setLabelBrush

      public void setLabelBrush(StiBrush labelBrush)
    • getSeriesLabelsBrush

      public StiBrush getSeriesLabelsBrush()
    • setSeriesLabelsBrush

      public void setSeriesLabelsBrush(StiBrush seriesLabelsBrush)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getLabelRect

      public StiRectangle getLabelRect()
    • setLabelRect

      public void setLabelRect(StiRectangle labelRect)
    • getLineColor

      public StiColor getLineColor()
    • setLineColor

      public void setLineColor(StiColor lineColor)
    • getStartPoint

      public StiPoint getStartPoint()
    • setStartPoint

      public void setStartPoint(StiPoint startPoint)
    • getEndPoint

      public StiPoint getEndPoint()
    • setEndPoint

      public void setEndPoint(StiPoint endPoint)
    • getArcPoint

      public StiPoint getArcPoint()
    • setArcPoint

      public void setArcPoint(StiPoint arcPoint)
    • getCenterPie

      public StiPoint getCenterPie()
    • setCenterPie

      public void setCenterPie(StiPoint centerPie)
    • getAnimation

      public StiAnimation getAnimation()
    • setAnimation

      public void setAnimation(StiAnimation animation)
    • Draw

      public void Draw(StiContext context)
      Description copied from class: StiSeriesLabelsGeom
      Draws area geom object on spefied context.
      Overrides:
      Draw in class StiSeriesLabelsGeom
    • DrawMarker

      protected void DrawMarker(StiContext context, StiRectangle itemRect, StiColor markerColor, StiBrush markerBrush)