Class PathElement

    • Method Detail

      • getAlignmentBox

        public Rectangle getAlignmentBox()

        the box for alignment (Getter)

        This is a rectangle that may not encompass all parts of an element, but is usefull for alignment.
        Throws:
        java.lang.IllegalStateException - the object has already been closed
      • getPath

        public Path getPath()
        This path element's path object.
        Throws:
        java.lang.IllegalStateException - the object has already been closed
      • getStroke

        public Stroke getStroke()
        This path element's parameters for stroking the path or null if the path is not stroked.
        Throws:
        java.lang.IllegalStateException - the object has already been closed
      • getFill

        public Fill getFill()
        This path element's parameters for filling the path or null if the path is not filled.
        Throws:
        java.lang.IllegalStateException - the object has already been closed