Package hec.gfx2d
Interface ScalePropertiesPanel
- All Known Implementing Classes:
G2dScalePropertiesPanel
,ProbabilityScalePropertiesPanel
,TsAxisScalePropertiesPanel
public interface ScalePropertiesPanel
Title: Hec Java Development
Description:
Copyright: Copyright (c) 2002
Company: Resource Management Associates
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getData()
void
refresh()
boolean
void
setData
(ScaleProperties prop)
-
Method Details
-
setData
-
getData
ScaleProperties getData() -
refresh
void refresh() -
fillPanel
void fillPanel() -
savePanel
boolean savePanel()
-