Packages

 

com.aspose.imaging.fileformats.emf.emfplus.objects

Classes

com.aspose.imaging.fileformats.emf.emfplus.objects

Class EmfPlusCompoundLineData

  • All Implemented Interfaces:
    Cloneable


    public final class EmfPlusCompoundLineData
    extends EmfPlusStructureObjectType

    The EmfPlusCompoundLineData object specifies line and space data for a compound line.

    • Constructor Detail

      • EmfPlusCompoundLineData

        public EmfPlusCompoundLineData()
    • Method Detail

      • getCompoundLineData

        public float[] getCompoundLineData()

        Gets or sets an array of CompoundLineDataSize floating-point values that specify the compound line of a pen. The elements MUST be in increasing order, and their values MUST be between 0.0 and 1.0, inclusive

      • setCompoundLineData

        public void setCompoundLineData(float[] value)

        Gets or sets an array of CompoundLineDataSize floating-point values that specify the compound line of a pen. The elements MUST be in increasing order, and their values MUST be between 0.0 and 1.0, inclusive