Skip to main content

NormalViewRestoredProperties Class

Contains properties that define a region size when the normal view is active and the region is not minimized or maximized.

Declaration

public final class NormalViewRestoredProperties extends Struct<NormalViewRestoredProperties>

Inherited Members

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

Inheritance

Object
com.devexpress.system.Struct
NormalViewRestoredProperties

Constructors

NormalViewRestoredProperties() Constructor

Initializes a new instance of the NormalViewRestoredProperties class.

Declaration

public NormalViewRestoredProperties()

NormalViewRestoredProperties(double size, boolean autoAdjust) Constructor

Initializes a new instance of the NormalViewRestoredProperties class with specified settings.

Declaration

public NormalViewRestoredProperties(double size, boolean autoAdjust)

Parameters

Name Type Description
size double

The restored pane size.

autoAdjust boolean

true if the pane size should be adjusted automatically; otherwise, false.

NormalViewRestoredProperties(double size) Constructor

Initializes a new instance of the NormalViewRestoredProperties class with specified settings.

Declaration

public NormalViewRestoredProperties(double size)

Parameters

Name Type Description
size double

The restored pane size.

Methods

equals(Object obj) Method

Determines whether the specified object is equal to the current object.

Declaration

public boolean equals(Object obj)

Parameters

Name Type Description
obj Object

The object to compare with the current object.

Returns

Type Description
boolean

true if the specified object is equal to the current object; otherwise, false.

getAutoAdjust() Method

Returns whether the slide region size should adjust its size when the presentation window is resized.

Declaration

public boolean getAutoAdjust()

Returns

Type Description
boolean

true if the slide region size should adjust its size when the presentation window is resized; otherwise false.

getDefault() Method

Returns the default restored-region settings.

Declaration

public static NormalViewRestoredProperties getDefault()

Returns

Type Description
NormalViewRestoredProperties

Default restored-region settings.

getSize() Method

Returns the slide region size (width, if used with the getRestoredTop() method; height, if used with the getRestoredLeft() method).

Declaration

public double getSize()

Returns

Type Description
double

The slide region size, in the range of 0.0 to 100.0.

hashCode() Method

Returns a hash code for this NormalViewRestoredProperties object.

Declaration

public int hashCode()

Returns

Type Description
int

The identification number.