edu.sc.seis.fissuresUtil.gmt
Class MapCropper
java.lang.Object
edu.sc.seis.fissuresUtil.gmt.MapCropper
public class MapCropper
- extends java.lang.Object
Constructor Summary |
MapCropper(int width,
int height,
int leftOffset,
int bottomOffset,
int top,
int right,
int bottom,
int left)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapCropper
public MapCropper(int width,
int height,
int leftOffset,
int bottomOffset,
int top,
int right,
int bottom,
int left)
translatePoints
public int[][] translatePoints(int[][] rawPoints)
crop
public void crop(java.lang.String filename)
throws java.lang.InterruptedException,
java.io.IOException
- Throws:
java.lang.InterruptedException
java.io.IOException
main
public static void main(java.lang.String[] args)
getBottom
public int getBottom()
getBottomOffset
public int getBottomOffset()
getHeight
public int getHeight()
getLeft
public int getLeft()
getLeftOffset
public int getLeftOffset()
getRight
public int getRight()
getTop
public int getTop()
getWidth
public int getWidth()
getNewWidth
public int getNewWidth()
getNewHeight
public int getNewHeight()