com.priint.comet.metadata.element.Position |
The Interface Position.
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.
|
Gets the blue H.
Gets the blue W.
Gets the blue X.
Gets the blue Y.
Gets the h.
Gets the opacity.
Gets the w.
Gets the x.
Gets the y.
Sets the blue H.
blueH | the new blue H |
---|
Sets the blue W.
blueW | the new blue W |
---|
Sets the blue X.
blueX | the new blue X |
---|
Sets the blue Y.
blueY | the new blue Y |
---|
Sets the h.
h | the new h |
---|
Sets the opacity.
opacitiy | the new opacity |
---|
Sets the w.
w | the new w |
---|
Sets the x.
x | the new x |
---|
Sets the y.
y | the new y |
---|