Skip to main content

FitBBoxVerticallyDestination Class

A destination that fits a page bounding box vertically.

Declaration

public class FitBBoxVerticallyDestination extends Destination

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
JavaObject
Destination
FitBBoxVerticallyDestination

FitBBoxVerticallyDestination()

Initializes a new instance of the FitBBoxVerticallyDestination class.

Declaration

public FitBBoxVerticallyDestination()

Methods

getLeft() Method

Returns the left coordinate.

Declaration

public @Nullable Double getLeft()

Returns

Type Description

The left coordinate.

setLeft(@Nullable Double value) Method

Sets the left coordinate.

Declaration

public void setLeft(@Nullable Double value)

Parameters

Name Type Description
value

The left coordinate.