Packages

 

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

Class OdEnhancedGeometry



  • public class OdEnhancedGeometry
    extends OdGraphicObject

    The Enhanced geometry object.

    • Constructor Detail

      • OdEnhancedGeometry

        public OdEnhancedGeometry(OdObject parent)

        Initializes a new instance of the OdEnhancedGeometry class.

        Parameters:
        parent - The parent.
    • Method Detail

      • getEnhancedPath

        public OdGraphicObject[] getEnhancedPath()

        Gets or sets the enhanced path.

        Returns:
        The enhanced path.
      • setEnhancedPath

        public void setEnhancedPath(OdGraphicObject[] value)

        Gets or sets the enhanced path.

        Parameters:
        value - The enhanced path.
      • getViewBox

        public Rectangle getViewBox()

        Gets or sets the view box.

        Returns:
        The view box.
      • setViewBox

        public void setViewBox(Rectangle value)

        Gets or sets the view box.

        Parameters:
        value - The view box.
      • getType

        public String getType()

        Gets or sets the type.

        Returns:
        The type.
      • setType

        public void setType(String value)

        Gets or sets the type.

        Parameters:
        value - The type.