Class RMTextLayoutInPath

  • All Implemented Interfaces:
    RMTypes, RMTextTypes, java.awt.Shape, java.io.Serializable, java.lang.CharSequence, java.lang.Cloneable

    public class RMTextLayoutInPath
    extends RMTextLayout
    Performs text layout in a path.
    See Also:
    Serialized Form
    • Constructor Detail

      • RMTextLayoutInPath

        public RMTextLayoutInPath​(RMPath aPath)
        Creates a new RMTextLayoutInPath for given path.
    • Method Detail

      • getPath

        public RMPath getPath()
        Returns the path that the text should wrap to.
      • setPath

        public void setPath​(RMPath aPath)
        Sets the path that the text should wrap to.