Class RJTextShape

    • Constructor Detail

      • RJTextShape

        public RJTextShape()
      • RJTextShape

        public RJTextShape​(javax.swing.JComponent aComponent)
    • Method Detail

      • getText

        public java.lang.String getText()
      • setText

        public void setText​(java.lang.String aValue)
      • getAlign

        public byte getAlign()
      • setAlign

        public void setAlign​(int align)
      • setFont

        public void setFont​(RMFont aFont)
        Description copied from class: RJShape
        Overrides shape implementation to propagate to component.
        Overrides:
        setFont in class RJShape
      • superSelectable

        public boolean superSelectable()
        Description copied from class: RMShape
        Editor method - indicates whether this shape can be super selected.
        Overrides:
        superSelectable in class RMShape