|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.Dictionary java.util.Hashtable java.util.Properties net.sf.jomic.tools.BasicSettings net.sf.jomic.tools.ImageRenderSettings net.sf.jomic.common.ComicSheetRenderSettings
public class ComicSheetRenderSettings
Settings to specify how to render the images of a ComicSheet
.
ComicSheet
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
ROTATE_ONLY_SINGLE_PORTRAIT_IMAGES
Rotate image only if viewing as single page and it is portrait? |
static java.lang.String |
SHOW_TWO_PAGES
Show two pages at once? |
static java.lang.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, MAX_ROTATION, MIN_ROTATION, ROTATION, SCALE_MODE, SELECTION_COLOR |
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
ComicSheetRenderSettings()
|
Method Summary | |
---|---|
boolean |
getRotateOnlySinglePortraitImages()
|
boolean |
getSwapLeftAndRightImage()
|
boolean |
getTwoPageMode()
|
void |
setRotateOnlySinglePortraitImages(boolean newRotate)
|
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 java.util.Properties |
---|
list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames |
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 |
---|
public static final java.lang.String ROTATE_ONLY_SINGLE_PORTRAIT_IMAGES
public static final java.lang.String SHOW_TWO_PAGES
public static final java.lang.String SWAP_LEFT_AND_RIGHT_IMAGE
Constructor Detail |
---|
public ComicSheetRenderSettings()
Method Detail |
---|
public void setRotateOnlySinglePortraitImages(boolean newRotate)
public void setSwapLeftAndRightImage(boolean newMode)
public void setTwoPageMode(boolean newMode)
public boolean getRotateOnlySinglePortraitImages()
public boolean getSwapLeftAndRightImage()
public boolean getTwoPageMode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |