Package hec.gfx2d.swing.charts.pie
Class PieLegendItemView
java.lang.Object
hec.gfx2d.swing.charts.pie.PieLegendItemView
Copyright (C) 2017 Hydrologic Engineering Center,
United States Army Corps of Engineers, All Rights Reserved
HEC-Java NEXGEN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected void
drawItem
(Graphics2D g2d, double x, double y, double width, double height, double startAngle, double arcAngle, PieChartPanel controller) getId()
boolean
void
setSelected
(boolean selected)
-
Constructor Details
-
PieLegendItemView
-
-
Method Details
-
getId
-
setSelected
public void setSelected(boolean selected) -
isSelected
public boolean isSelected() -
contains
-
drawItem
protected void drawItem(Graphics2D g2d, double x, double y, double width, double height, double startAngle, double arcAngle, PieChartPanel controller)
-