public interface

Position

implements Serializable
com.priint.comet.metadata.element.Position

Class Overview

The Interface Position.

Summary

Public Methods
abstract double getBlueH()
Gets the blue H.
abstract double getBlueW()
Gets the blue W.
abstract double getBlueX()
Gets the blue X.
abstract double getBlueY()
Gets the blue Y.
abstract double getH()
Gets the h.
abstract double getOpacity()
Gets the opacity.
abstract double getW()
Gets the w.
abstract double getX()
Gets the x.
abstract double getY()
Gets the y.
abstract void setBlueH(double blueH)
Sets the blue H.
abstract void setBlueW(double blueW)
Sets the blue W.
abstract void setBlueX(double blueX)
Sets the blue X.
abstract void setBlueY(double blueY)
Sets the blue Y.
abstract void setH(double h)
Sets the h.
abstract void setOpacity(double opacitiy)
Sets the opacity.
abstract void setW(double w)
Sets the w.
abstract void setX(double x)
Sets the x.
abstract void setY(double y)
Sets the y.

Public Methods

public abstract double getBlueH ()

Gets the blue H.

Returns
  • the blue H

public abstract double getBlueW ()

Gets the blue W.

Returns
  • the blue W

public abstract double getBlueX ()

Gets the blue X.

Returns
  • the blue X

public abstract double getBlueY ()

Gets the blue Y.

Returns
  • the blue Y

public abstract double getH ()

Gets the h.

Returns
  • the h

public abstract double getOpacity ()

Gets the opacity.

Returns
  • the opacity

public abstract double getW ()

Gets the w.

Returns
  • the w

public abstract double getX ()

Gets the x.

Returns
  • the x

public abstract double getY ()

Gets the y.

Returns
  • the y

public abstract void setBlueH (double blueH)

Sets the blue H.

Parameters
blueH the new blue H

public abstract void setBlueW (double blueW)

Sets the blue W.

Parameters
blueW the new blue W

public abstract void setBlueX (double blueX)

Sets the blue X.

Parameters
blueX the new blue X

public abstract void setBlueY (double blueY)

Sets the blue Y.

Parameters
blueY the new blue Y

public abstract void setH (double h)

Sets the h.

Parameters
h the new h

public abstract void setOpacity (double opacitiy)

Sets the opacity.

Parameters
opacitiy the new opacity

public abstract void setW (double w)

Sets the w.

Parameters
w the new w

public abstract void setX (double x)

Sets the x.

Parameters
x the new x

public abstract void setY (double y)

Sets the y.

Parameters
y the new y