public interface

Frame

implements Serializable
com.priint.comet.metadata.placeholder.Frame

Class Overview

The Interface Frame.

Summary

Public Methods
abstract Area getArea()
Gets the area.
abstract BBox getBbox()
Gets the bbox.
abstract boolean isPrimary()
Checks if is primary.
abstract boolean isVisible()
Checks if is visible.
abstract void setArea(Area area)
Sets the area.
abstract void setBbox(BBox bbox)
Sets the bbox.
abstract void setPrimary(boolean primary)
Sets the primary.
abstract void setVisible(boolean visible)
Sets the visible.

Public Methods

public abstract Area getArea ()

Gets the area.

Returns
  • the area
See Also

public abstract BBox getBbox ()

Gets the bbox.

Returns
  • the bbox
See Also

public abstract boolean isPrimary ()

Checks if is primary.

Returns
  • true, if is primary

public abstract boolean isVisible ()

Checks if is visible.

Returns
  • true, if is visible

public abstract void setArea (Area area)

Sets the area.

Parameters
area the new area
See Also

public abstract void setBbox (BBox bbox)

Sets the bbox.

Parameters
bbox the new bbox
See Also

public abstract void setPrimary (boolean primary)

Sets the primary.

Parameters
primary the new primary

public abstract void setVisible (boolean visible)

Sets the visible.

Parameters
visible the new visible