Skip to main content

RectilinearMeasure Class

Defines rectilinear measurement settings for a PDF document.

Declaration

public class RectilinearMeasure extends JavaObject implements ICloneable

Implements

com.devexpress.system.ICloneable

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
RectilinearMeasure

RectilinearMeasure()

Initializes a new instance of the RectilinearMeasure class.

Declaration

public RectilinearMeasure()

Methods

clone(DocumentCloneContext context) Method

Creates a copy of the rectilinear measure.

Declaration

public RectilinearMeasure clone(DocumentCloneContext context)

Parameters

Name Type Description
context DocumentCloneContext

The document clone context.

Returns

Type Description
RectilinearMeasure

A copy of the rectilinear measure.

deepClone() Method

Creates a deep copy of the rectilinear measure.

Declaration

public RectilinearMeasure deepClone()

Returns

Type Description
RectilinearMeasure

A deep copy of the rectilinear measure.

getAngleNumberFormats() Method

Returns the angle number formats.

Declaration

public NumberFormat[] getAngleNumberFormats()

Returns

Type Description
NumberFormat[]

The angle number formats.

getAreaNumberFormats() Method

Returns the area number formats.

Declaration

public NumberFormat[] getAreaNumberFormats()

Returns

Type Description
NumberFormat[]

The area number formats.

getDistanceNumberFormats() Method

Returns the distance number formats.

Declaration

public NumberFormat[] getDistanceNumberFormats()

Returns

Type Description
NumberFormat[]

The distance number formats.

getLineSlopeNumberFormats() Method

Returns the line slope number formats.

Declaration

public NumberFormat[] getLineSlopeNumberFormats()

Returns

Type Description
NumberFormat[]

The line slope number formats.

getOrigin() Method

Returns the measurement origin.

Declaration

public @Nullable PointF getOrigin()

Returns

Type Description
com.devexpress.system.drawing.PointF

The measurement origin.

getScaleRatio() Method

Returns the measurement scale ratio.

Declaration

public String getScaleRatio()

Returns

Type Description
String

The measurement scale ratio.

getXAxisNumberFormats() Method

Returns the X-axis number formats.

Declaration

public NumberFormat[] getXAxisNumberFormats()

Returns

Type Description
NumberFormat[]

The X-axis number formats.

getYAxisNumberFormats() Method

Returns the Y-axis number formats.

Declaration

public NumberFormat[] getYAxisNumberFormats()

Returns

Type Description
NumberFormat[]

The Y-axis number formats.

getYToXFactor() Method

Returns the Y-to-X conversion factor.

Declaration

public @Nullable Double getYToXFactor()

Returns

Type Description

The Y-to-X conversion factor.

objectClone() Method

Creates an object copy of the rectilinear measure.

Declaration

public Object objectClone()

Returns

Type Description
Object

A copy of the rectilinear measure.

setAngleNumberFormats(NumberFormat[] value) Method

Sets the angle number formats.

Declaration

public void setAngleNumberFormats(NumberFormat[] value)

Parameters

Name Type Description
value NumberFormat[]

The angle number formats.

setAreaNumberFormats(NumberFormat[] value) Method

Sets the area number formats.

Declaration

public void setAreaNumberFormats(NumberFormat[] value)

Parameters

Name Type Description
value NumberFormat[]

The area number formats.

setDistanceNumberFormats(NumberFormat[] value) Method

Sets the distance number formats.

Declaration

public void setDistanceNumberFormats(NumberFormat[] value)

Parameters

Name Type Description
value NumberFormat[]

The distance number formats.

setLineSlopeNumberFormats(NumberFormat[] value) Method

Sets the line slope number formats.

Declaration

public void setLineSlopeNumberFormats(NumberFormat[] value)

Parameters

Name Type Description
value NumberFormat[]

The line slope number formats.

setOrigin(@Nullable PointF value) Method

Sets the measurement origin.

Declaration

public void setOrigin(@Nullable PointF value)

Parameters

Name Type Description
value com.devexpress.system.drawing.PointF

The measurement origin.

setScaleRatio(String value) Method

Sets the measurement scale ratio.

Declaration

public void setScaleRatio(String value)

Parameters

Name Type Description
value String

The measurement scale ratio.

setXAxisNumberFormats(NumberFormat[] value) Method

Sets the X-axis number formats.

Declaration

public void setXAxisNumberFormats(NumberFormat[] value)

Parameters

Name Type Description
value NumberFormat[]

The X-axis number formats.

setYAxisNumberFormats(NumberFormat[] value) Method

Sets the Y-axis number formats.

Declaration

public void setYAxisNumberFormats(NumberFormat[] value)

Parameters

Name Type Description
value NumberFormat[]

The Y-axis number formats.

setYToXFactor(@Nullable Double value) Method

Sets the Y-to-X conversion factor.

Declaration

public void setYToXFactor(@Nullable Double value)

Parameters

Name Type Description
value

The Y-to-X conversion factor.