Package hec.gfx2d

Interface LineLabelProperties

All Known Implementing Classes:
G2dLineProperties, G2dMarkerPointProperties, G2dMarkerProperties, TitleDrawProp

public interface LineLabelProperties
  • Method Details

    • setLabelAlignment

      void setLabelAlignment(int align)
    • setLabelPosition

      void setLabelPosition(int align)
    • setLabel

      void setLabel(String lbl)
    • setHasLabel

      void setHasLabel(boolean b)
    • getLabelAlignment

      int getLabelAlignment()
    • getLabelPosition

      int getLabelPosition()
    • getLabel

      String getLabel()
    • hasLabel

      boolean hasLabel()
    • setModified

      void setModified(boolean modified)