FrameDimension

Inheritance: java.lang.Object

public final class FrameDimension

Provides properties that get the frame dimensions of an image. Not inheritable.

Constructors

ConstructorDescription
FrameDimension(UUID guid)Initializes a new instance of the FrameDimension class using the specified GUID structure.

Methods

MethodDescription
getTime()Gets the time dimension.
getResolution()Gets the resolution dimension.
getPage()Gets the page dimension.
getGuid()Gets a globally unique identifier (GUID) that represents this FrameDimension object.
equals(Object o)Returns a value that indicates whether the specified object is a FrameDimension equivalent to this FrameDimension object.
hashCode()Returns a hash code for this FrameDimension object.
toString()Converts this FrameDimension object to a human-readable string.

FrameDimension(UUID guid)

public FrameDimension(UUID guid)

Initializes a new instance of the FrameDimension class using the specified GUID structure.

Parameters:

ParameterTypeDescription
guidjava.util.UUIDA GUID structure that contains a GUID for this FrameDimension object.

getTime()

public static FrameDimension getTime()

Gets the time dimension.

Returns: FrameDimension

getResolution()

public static FrameDimension getResolution()

Gets the resolution dimension.

Returns: FrameDimension

getPage()

public static FrameDimension getPage()

Gets the page dimension.

Returns: FrameDimension

getGuid()

public UUID getGuid()

Gets a globally unique identifier (GUID) that represents this FrameDimension object.

Returns: java.util.UUID

equals(Object o)

public boolean equals(Object o)

Returns a value that indicates whether the specified object is a FrameDimension equivalent to this FrameDimension object.

Parameters:

ParameterTypeDescription
ojava.lang.ObjectThe object to test.

Returns: boolean - Returns true if o is a FrameDimension equivalent to this FrameDimension object; otherwise, false.

hashCode()

public int hashCode()

Returns a hash code for this FrameDimension object.

Returns: int - Returns an integer value that is the hash code of this FrameDimension object.

toString()

public String toString()

Converts this FrameDimension object to a human-readable string.

Returns: java.lang.String - A string that represents this FrameDimension object.