org.stathissideris.ascii2image.core
Class RenderingOptions

java.lang.Object
  extended by org.stathissideris.ascii2image.core.RenderingOptions

public class RenderingOptions
extends Object

Author:
Efstathios Sideris

Constructor Summary
RenderingOptions()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderingOptions

public RenderingOptions()
Method Detail

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 -


Copyright © 2012. All Rights Reserved.