ImageMeasurement

Inheritance: java.lang.Object

public class ImageMeasurement

Describe sizes of barcode image parts

Constructors

Constructor Description
ImageMeasurement(System.Drawing.Size captionAboveSize, System.Drawing.Size captionBelowSize, System.Drawing.Size imageSize, System.Drawing.Size imageSizeAfterRotation, BarcodeMeasurement barcodeMeasurement)

Methods

Method Description
equals(Object arg0)
getBarcodeMeasurement()
getCaptionAboveSize()
getCaptionBelowSize()
getClass()
getImageSize()
getImageSizeAfterRotation()
hashCode()
notify()
notifyAll()
setBarcodeMeasurement(BarcodeMeasurement value)
setCaptionAboveSize(System.Drawing.Size value)
setCaptionBelowSize(System.Drawing.Size value)
setImageSize(System.Drawing.Size value)
setImageSizeAfterRotation(System.Drawing.Size value)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ImageMeasurement(System.Drawing.Size captionAboveSize, System.Drawing.Size captionBelowSize, System.Drawing.Size imageSize, System.Drawing.Size imageSizeAfterRotation, BarcodeMeasurement barcodeMeasurement)

public ImageMeasurement(System.Drawing.Size captionAboveSize, System.Drawing.Size captionBelowSize, System.Drawing.Size imageSize, System.Drawing.Size imageSizeAfterRotation, BarcodeMeasurement barcodeMeasurement)

Parameters:

Parameter Type Description
captionAboveSize com.aspose.ms.System.Drawing.Size
captionBelowSize com.aspose.ms.System.Drawing.Size
imageSize com.aspose.ms.System.Drawing.Size
imageSizeAfterRotation com.aspose.ms.System.Drawing.Size
barcodeMeasurement BarcodeMeasurement

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getBarcodeMeasurement()

public BarcodeMeasurement getBarcodeMeasurement()

Returns: BarcodeMeasurement

getCaptionAboveSize()

public System.Drawing.Size getCaptionAboveSize()

Returns: com.aspose.ms.System.Drawing.Size

getCaptionBelowSize()

public System.Drawing.Size getCaptionBelowSize()

Returns: com.aspose.ms.System.Drawing.Size

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getImageSize()

public System.Drawing.Size getImageSize()

Returns: com.aspose.ms.System.Drawing.Size

getImageSizeAfterRotation()

public System.Drawing.Size getImageSizeAfterRotation()

Returns: com.aspose.ms.System.Drawing.Size

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBarcodeMeasurement(BarcodeMeasurement value)

public void setBarcodeMeasurement(BarcodeMeasurement value)

Parameters:

Parameter Type Description
value BarcodeMeasurement

setCaptionAboveSize(System.Drawing.Size value)

public void setCaptionAboveSize(System.Drawing.Size value)

Parameters:

Parameter Type Description
value com.aspose.ms.System.Drawing.Size

setCaptionBelowSize(System.Drawing.Size value)

public void setCaptionBelowSize(System.Drawing.Size value)

Parameters:

Parameter Type Description
value com.aspose.ms.System.Drawing.Size

setImageSize(System.Drawing.Size value)

public void setImageSize(System.Drawing.Size value)

Parameters:

Parameter Type Description
value com.aspose.ms.System.Drawing.Size

setImageSizeAfterRotation(System.Drawing.Size value)

public void setImageSizeAfterRotation(System.Drawing.Size value)

Parameters:

Parameter Type Description
value com.aspose.ms.System.Drawing.Size

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int