Package hec.gfx2d.swing.charts.util
Interface Roundable
- All Known Implementing Classes:
PieChartPanel
public interface Roundable
Copyright (C) 2017 Hydrologic Engineering Center,
United States Army Corps of Engineers, All Rights Reserved
HEC-Java NEXGEN
-
Method Summary
-
Method Details
-
round
double round(double toRound) - Parameters:
toRound
- the value to be rounded- Returns:
- the rounded result
-