Class PieSliceRenderControls

java.lang.Object
hec.gfx2d.swing.charts.data.ChartItemRenderControls
hec.gfx2d.swing.charts.pie.PieSliceRenderControls
All Implemented Interfaces:
PropertyFireable, Serializable

public class PieSliceRenderControls extends ChartItemRenderControls implements Serializable
Copyright (C) 2017 Hydrologic Engineering Center, United States Army Corps of Engineers, All Rights Reserved

HEC-Java NEXGEN

See Also:
  • Field Details

  • Constructor Details

    • PieSliceRenderControls

      public PieSliceRenderControls()
  • Method Details

    • copy

      public void copy(ChartItemRenderControls copy)
      Overrides:
      copy in class ChartItemRenderControls
    • isSingleColor

      public boolean isSingleColor()
      Returns:
      whether the slice is determining a single display color from its contour
    • setSingleColor

      public void setSingleColor(boolean singleColor)
      Parameters:
      singleColor - whether the slice should display a single color from its contour
    • getContour

      public ColorContourRecord getContour()
      Returns:
      this item's contour record
    • setContour

      public void setContour(ColorContourRecord contour)
      Parameters:
      contour - the contour record to set this item to
    • getContourType

      public ColorContourType getContourType()
      Returns:
      this item's contour record type
    • setContourType

      public void setContourType(ColorContourType contourType)
      Parameters:
      contourType - the contour record type to set this item to