Class Shape
- Object
-
- Shape
-
public class Shape extends Object
- Author:
- Anders Bakkevold, Bouvet
-
-
Constructor Summary
Constructors Constructor Description Shape(int parentOffset, int figureOffset, int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFigureOffset()
int
getParentOffset()
Type
getType()
-
-
-
Method Detail
-
getParentOffset
public int getParentOffset()
-
getFigureOffset
public int getFigureOffset()
-
getType
public Type getType()
-
-