|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.graphics.RectangularShape
Abstract Rectangular Shape.
Constructor Summary | |
RectangularShape()
|
Method Summary | |
Rectangle |
getBounds()
Returns a rectangle that completely encloses the shape. |
abstract int |
getHeight()
Returns the height of the framing rectangle. |
abstract int |
getWidth()
Returns the width of the framing rectangle. |
abstract int |
getX()
Returns the x coordinate of the framing rectangle. |
abstract int |
getY()
Returns the y coordinate of the framing rectangle. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface yu.ac.bg.etf.javaqx.qswing.graphics.Shape |
contains, getPathIterator |
Constructor Detail |
public RectangularShape()
Method Detail |
public abstract int getX()
public abstract int getY()
public abstract int getWidth()
public abstract int getHeight()
public Rectangle getBounds()
getBounds
in interface Shape
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |