public class ImageBbox extends Object
| Modifier and Type | Method and Description |
|---|---|
Bbox |
getBbox() |
Integer |
getHeight() |
double |
getUnitsPixelX()
Get the units per pixel y
|
double |
getUnitsPixelY()
Get the units per pixel x
|
Integer |
getWidth() |
void |
setBbox(Bbox bbox) |
void |
setHeight(Integer height) |
void |
setWidth(Integer width) |
public Bbox getBbox()
public void setBbox(Bbox bbox)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public double getUnitsPixelY()
public double getUnitsPixelX()
Copyright © 2016. All rights reserved.