Class PieLegendItemView

java.lang.Object
hec.gfx2d.swing.charts.pie.PieLegendItemView

public class PieLegendItemView extends Object
Copyright (C) 2017 Hydrologic Engineering Center, United States Army Corps of Engineers, All Rights Reserved

HEC-Java NEXGEN

  • Constructor Details

    • PieLegendItemView

      public PieLegendItemView(RmaDataId id)
  • Method Details

    • getId

      public RmaDataId getId()
    • setSelected

      public void setSelected(boolean selected)
    • isSelected

      public boolean isSelected()
    • contains

      public boolean contains(Point2D point)
    • drawItem

      protected void drawItem(Graphics2D g2d, double x, double y, double width, double height, double startAngle, double arcAngle, PieChartPanel controller)