Skip to main content

FitHorizontallyDestination Class

A destination that fits a page horizontally.

Declaration

public class FitHorizontallyDestination 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
FitHorizontallyDestination

FitHorizontallyDestination()

Initializes a new instance of the FitHorizontallyDestination class.

Declaration

public FitHorizontallyDestination()

Methods

getTop() Method

Returns the top coordinate.

Declaration

public @Nullable Double getTop()

Returns

Type Description

The top coordinate.

setTop(@Nullable Double value) Method

Sets the top coordinate.

Declaration

public void setTop(@Nullable Double value)

Parameters

Name Type Description
value

The top coordinate.