Packages

 

com.aspose.imaging.fileformats.opendocument.objects.graphic

Class OdEllipticalQundrant



  • public class OdEllipticalQundrant
    extends OdGraphicObject

    The elliptical quadrant

    • Constructor Detail

      • OdEllipticalQundrant

        public OdEllipticalQundrant(OdObject parent)

        Initializes a new instance of the OdEllipticalQundrant class.

        Parameters:
        parent - The parent.
    • Method Detail

      • getPoint

        public PointF getPoint()

        Gets or sets the point.

        Returns:
        The point.
      • setPoint

        public void setPoint(PointF value)

        Gets or sets the point.

        Parameters:
        value - The point.
      • getAxisX

        public boolean getAxisX()

        Gets or sets a value indicating whether [axis x].

        Returns:
        true if [axis x]; otherwise, false.
      • setAxisX

        public void setAxisX(boolean value)

        Gets or sets a value indicating whether [axis x].

        Parameters:
        value - true if [axis x]; otherwise, false.