Package one.empty3.library
Class Render
- java.lang.Object
-
- one.empty3.library.Render
-
public class Render extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FILL
static int
LINES
protected int
objectType
static int
POINTS
protected int
renderingType
static int
TYPE_CURVE
static int
TYPE_POINT
static int
TYPE_SURFACE
-
Constructor Summary
Constructors Constructor Description Render(int objectType, int renderingType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Render
getInstance(int objectType, int renderingType)
int
getObjectType()
int
getRenderingType()
void
setObjectType(int objectType)
void
setRenderingType(int renderingType)
-
-
-
Field Detail
-
TYPE_POINT
public static final int TYPE_POINT
- See Also:
- Constant Field Values
-
TYPE_CURVE
public static final int TYPE_CURVE
- See Also:
- Constant Field Values
-
TYPE_SURFACE
public static final int TYPE_SURFACE
- See Also:
- Constant Field Values
-
POINTS
public static final int POINTS
- See Also:
- Constant Field Values
-
LINES
public static final int LINES
- See Also:
- Constant Field Values
-
FILL
public static final int FILL
- See Also:
- Constant Field Values
-
objectType
protected int objectType
-
renderingType
protected int renderingType
-
-
Method Detail
-
getInstance
public static Render getInstance(int objectType, int renderingType)
-
getObjectType
public int getObjectType()
-
setObjectType
public void setObjectType(int objectType)
-
getRenderingType
public int getRenderingType()
-
setRenderingType
public void setRenderingType(int renderingType)
-
-