Class RenderingOptions
java.lang.Object
org.stathissideris.ascii2image.core.RenderingOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintgetFont()booleanfloatgetScale()booleanbooleanbooleanvoidsetAntialias(boolean b) voidsetBackgroundColor(Color backgroundColor) voidsetDropShadows(boolean b) voidvoidsetForceFontSize(boolean forceFontSize) voidsetRenderDebugLines(boolean b) voidsetScale(float f)
-
Constructor Details
-
RenderingOptions
public RenderingOptions()
-
-
Method Details
-
getCellHeight
public int getCellHeight()- Returns:
-
getCellWidth
public int getCellWidth()- Returns:
-
dropShadows
public boolean dropShadows()- Returns:
-
renderDebugLines
public boolean renderDebugLines()- Returns:
-
getScale
public float getScale()- Returns:
-
setDropShadows
public void setDropShadows(boolean b) - Parameters:
b-
-
setRenderDebugLines
public void setRenderDebugLines(boolean b) - Parameters:
b-
-
setScale
public void setScale(float f) - Parameters:
f-
-
performAntialias
public boolean performAntialias()- Returns:
-
setAntialias
public void setAntialias(boolean b) - Parameters:
b-
-
getBackgroundColor
-
setBackgroundColor
-
needsTransparency
public boolean needsTransparency() -
getFont
-
setFont
-
getForceFontSize
public boolean getForceFontSize() -
setForceFontSize
public void setForceFontSize(boolean forceFontSize)
-