-
public abstract class AbstractShape
-
-
Field Summary
Fields Modifier and Type Field Description protected ShapeHeaderheaderprotected ShapeTypeshapeType
-
Constructor Summary
Constructors Constructor Description AbstractShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
Method Summary
Modifier and Type Method Description final ShapeHeadergetHeader()ShapeTypegetShapeType()-
-
Constructor Detail
-
AbstractShape
AbstractShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
-
Method Detail
-
getHeader
final ShapeHeader getHeader()
-
getShapeType
ShapeType getShapeType()
-
-
-
-