Interface IDesignAnnotation

All Superinterfaces:
ICompilationSupport, IDesignElement, ILocalizableSupport, ILocationSupport, IPropertiesSupport, ISelectionSupport, IWidget, IWritable, IXmlSerializable, Serializable

Author:
fedom
  • Method Details

    • isVisible

      boolean isVisible()
      get if annotation visible in Help
      Returns:
      Boolean
    • setVisible

      void setVisible(boolean visible)
      set if annotation visible in Help
      Parameters:
      visible -
    • isPrintable

      boolean isPrintable()
      get if annotation printable
      Returns:
      Boolean
    • setPrintable

      void setPrintable(boolean printable)
      set if annotation printable
      Parameters:
      printable -
    • getContent

      String getContent()
      get content of annotation
      Returns:
      String
    • setContent

      void setContent(String content)
      set content of annotation
      Parameters:
      content -
    • getColor

      String getColor()
      get background color annotation
      Returns:
      String
    • setColor

      void setColor(String color)
      set background color annotation
      Parameters:
      color -