public class RenderingOptions
extends java.lang.Object
Constructor and Description |
---|
RenderingOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
dropShadows() |
int |
getCellHeight() |
int |
getCellWidth() |
float |
getScale() |
boolean |
performAntialias() |
boolean |
renderDebugLines() |
void |
setAntialias(boolean b) |
void |
setDropShadows(boolean b) |
void |
setRenderDebugLines(boolean b) |
void |
setScale(float f) |
public int getCellHeight()
public int getCellWidth()
public boolean dropShadows()
public boolean renderDebugLines()
public float getScale()
public void setDropShadows(boolean b)
b
- public void setRenderDebugLines(boolean b)
b
- public void setScale(float f)
f
- public boolean performAntialias()
public void setAntialias(boolean b)
b
- Copyright © 2019. All Rights Reserved.