net.sf.jomic.common
Class ComicSheetRenderSettings

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by java.util.Properties
              extended by net.sf.jomic.tools.BasicSettings
                  extended by net.sf.jomic.tools.ImageRenderSettings
                      extended by net.sf.jomic.common.ComicSheetRenderSettings
All Implemented Interfaces:
Serializable, Cloneable, Map
Direct Known Subclasses:
Settings

public class ComicSheetRenderSettings
extends ImageRenderSettings

Settings to specify how to render the images of a ComicSheet.

See Also:
ComicSheet, Serialized Form

Field Summary
static String SHOW_TWO_PAGES
          Show two pages at once?
static String SWAP_LEFT_AND_RIGHT_IMAGE
          Read comic from right to left (manga mode)?
 
Fields inherited from class net.sf.jomic.tools.ImageRenderSettings
DEFAULT_FILL_COLOR, DEFAULT_ROTATION, DEFAULT_SCALE_MODE, FILL_COLOR, ROTATION, SCALE_MODE, SELECTION_COLOR
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
ComicSheetRenderSettings()
           
 
Method Summary
 boolean getSwapLeftAndRightImage()
           
 boolean getTwoPageMode()
           
 void setSwapLeftAndRightImage(boolean newMode)
           
 void setTwoPageMode(boolean newMode)
           
 
Methods inherited from class net.sf.jomic.tools.ImageRenderSettings
getFillColor, getRotation, getScaleMode, getSelectionColor, rotateLeft, rotateRight, setFillColor, setRotation, setScaleMode, setSelectionColor
 
Methods inherited from class net.sf.jomic.tools.BasicSettings
addPropertyChangeListener, addPropertyChangeListener, applyComponentAreaProperty, clear, firePropertyChangeEvent, getBooleanProperty, getChoiceProperty, getColorProperty, getFileProperty, getIntProperty, getLimitedIntProperty, getProperty, getProperty, getSystemPropertyName, isValidPropertyName, remove, removePropertyChangeListener, removePropertyChangeListener, setBooleanProperty, setChoiceProperty, setColorProperty, setComponentAreaProperty, setDefault, setDefault, setDefault, setFileProperty, setIntProperty, setLimitedIntProperty, setProperty, setSystemPropertyPrefix
 
Methods inherited from class java.util.Properties
list, list, load, loadFromXML, propertyNames, save, store, storeToXML, storeToXML
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SHOW_TWO_PAGES

public static final String SHOW_TWO_PAGES
Show two pages at once?

See Also:
Constant Field Values

SWAP_LEFT_AND_RIGHT_IMAGE

public static final String SWAP_LEFT_AND_RIGHT_IMAGE
Read comic from right to left (manga mode)?

See Also:
Constant Field Values
Constructor Detail

ComicSheetRenderSettings

public ComicSheetRenderSettings()
Method Detail

setSwapLeftAndRightImage

public void setSwapLeftAndRightImage(boolean newMode)

setTwoPageMode

public void setTwoPageMode(boolean newMode)

getSwapLeftAndRightImage

public boolean getSwapLeftAndRightImage()

getTwoPageMode

public boolean getTwoPageMode()