com.aspose.pdf.operators

Class SetMiterLimit



  • public class SetMiterLimit
    extends Operator

    Class representing M operator (set miter limit).

    • Constructor Detail

      • SetMiterLimit

        public SetMiterLimit(int index,
                             com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)

        Constructor for operator class.

        Parameters:
        index - Index of operator.
        command - Operator command.
      • SetMiterLimit

        public SetMiterLimit(double miterLimit)

        Initializes operator.

        Parameters:
        miterLimit - Mitel limit.
    • Method Detail

      • getMiterLimit

        public double getMiterLimit()

        Gets the miter limit.

        Returns:
        double value
      • setMiterLimit

        public void setMiterLimit(double value)

        Sets the miter limit.

        Parameters:
        value - double value
      • accept

        public void accept(IOperatorSelector visitor)

        Accepts visitor object to process operator.

        Specified by:
        accept in class Operator
        Parameters:
        visitor - Visitor object.