org.jopendocument.util
Class FillMode.ZoomIn
java.lang.Object
org.jopendocument.util.FillMode
org.jopendocument.util.FillMode.ZoomIn
- Enclosing class:
- FillMode
public static class FillMode.ZoomIn
- extends FillMode
Constructor Summary |
FillMode.ZoomIn(int position)
The image keeps its ratio but only a part of it is used, avoiding outer stripes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FillMode.ZoomIn
public FillMode.ZoomIn(int position)
- The image keeps its ratio but only a part of it is used, avoiding outer stripes.
- Parameters:
position
- what part of the image should be used, can be
SwingConstants.CENTER
, SwingConstants.LEADING
or
SwingConstants.TRAILING
.
getPosition
public final int getPosition()
getPosition
public final int getPosition(int external,
int internal)
Copyright © 2010 jOpenDocument All Rights Reserved.