Class RJTextShape

All Implemented Interfaces:
RMArchiver.Archiving, RMShapePainter.Paint, RJMinMaxSizeSettable, Cloneable
Direct Known Subclasses:
JCheckBoxShape, JComboBoxShape, JListShape, JRadioButtonShape, JTextAreaShape, JTextFieldShape, RJButtonOrLabelShape, RJMenuButtonShape

public class RJTextShape extends RJShape implements RMShapePainter.Paint
  • Constructor Details

    • RJTextShape

      public RJTextShape()
    • RJTextShape

      public RJTextShape(JComponent aComponent)
  • Method Details

    • getText

      public String getText()
    • setText

      public void setText(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
    • childrenSuperSelectImmediately

      public boolean childrenSuperSelectImmediately()
      Description copied from class: RMShape
      Editor method.
      Overrides:
      childrenSuperSelectImmediately in class RMShape