Package hec.gfx2d

Class PlotType

java.lang.Object
hec.gfx2d.PlotType

public class PlotType extends Object
Title: General CWMS Project Description: Copyright: Copyright (c) 2000 Company: RMA
  • Field Details

  • Constructor Details

    • PlotType

      public PlotType()
    • PlotType

      public PlotType(Vector variables, G2dPanelProp props)
  • Method Details

    • setName

      public void setName(String name)
    • setDescription

      public void setDescription(String desc)
    • setPlotVariables

      public void setPlotVariables(Vector variables)
    • setPanelProperties

      public void setPanelProperties(G2dPanelProp props)
    • getPlotVariables

      public Vector getPlotVariables()
    • getPanelProperties

      public G2dPanelProp getPanelProperties()
    • writeFile

      public boolean writeFile(Identifier id)
    • readFile

      public boolean readFile(Identifier id)
    • readFile

      public boolean readFile(BufferedReader reader)