Package hec.gfx2d

Class PlotSpecification.ColorInfo

java.lang.Object
hec.gfx2d.PlotSpecification.ColorInfo
Enclosing class:
PlotSpecification

protected static class PlotSpecification.ColorInfo extends Object
Simple container class for combining color string and transparency
  • Field Details

    • colorStr

      public String colorStr
    • transparency

      public int transparency
  • Constructor Details

    • ColorInfo

      public ColorInfo(String colorStr, int transparency)