Packages

 

com.aspose.imaging.fileformats.cmx.objectmodel

Class CmxObject

    • Constructor Detail

      • CmxObject

        public CmxObject()
    • Method Detail

      • getFillStyle

        public final CmxFillStyle getFillStyle()

        Gets the fill style.

        Returns:
        the fill style.
      • setFillStyle

        public final void setFillStyle(CmxFillStyle value)

        Sets the fill style.

        Parameters:
        value - the fill style.
      • getOutline

        public final CmxOutline getOutline()

        Gets the outline style.

        Returns:
        the outline style.
      • setOutline

        public final void setOutline(CmxOutline value)

        Sets the outline style.

        Parameters:
        value - the outline style.
      • getObjectSpec

        public final ICmxObjectSpec getObjectSpec()

        Gets the object specification.

        Returns:
        the object specification.
      • setObjectSpec

        public final void setObjectSpec(ICmxObjectSpec value)

        Sets the object specification.

        Parameters:
        value - the object specification.
      • toString

        public String toString()

        Returns a String that represents this instance.

        Overrides:
        toString in class Object
        Returns:
        A String that represents this instance.