org.jopendocument.util
Class FillMode
java.lang.Object
org.jopendocument.util.FillMode
- Direct Known Subclasses:
- FillMode.ZoomIn, FillMode.ZoomOut
public class FillMode
- extends Object
Specify how an image fills an area.
- Author:
- Sylvain CUAZ
Constructor Summary |
protected |
FillMode(boolean keepRatio)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRETCH
public static final FillMode STRETCH
- The whole image is stretched to fill the whole area
ZOOM_CENTER
public static final FillMode ZOOM_CENTER
ZOOM_LEADING
public static final FillMode ZOOM_LEADING
ZOOM_TRAILING
public static final FillMode ZOOM_TRAILING
FillMode
protected FillMode(boolean keepRatio)
isRatioKept
public final boolean isRatioKept()
Copyright © 2010 jOpenDocument All Rights Reserved.