Packages

 

com.aspose.cad.imageoptions

Class PenOptions



  • public class PenOptions
    extends Object

    Drawing pen options

    • Constructor Detail

      • PenOptions

        public PenOptions()

        Initializes a new instance of the PenOptions class.

    • Method Detail

      • getStartCap

        public int getStartCap()

        Gets or sets the start cap.

        Returns:
        The start cap.
      • setStartCap

        public void setStartCap(int value)

        Gets or sets the start cap.

        Parameters:
        value - The start cap.
      • getEndCap

        public int getEndCap()

        Gets or sets the end cap.

        Returns:
        The end cap.
      • setEndCap

        public void setEndCap(int value)

        Gets or sets the end cap.

        Parameters:
        value - The end cap.