| Modifier and Type | Method and Description |
|---|---|
static Scale |
forMapScale(double mapScale)
Returns a corresponding scale derived from the "map scale" - generally the inverse of the ratio.
|
static Scale |
forPixelFeet(double pixelSize)
Returns a corresponding Scale derived from the size (width and height) of a single pixel (1/144 inch) in feet.
|
static Scale |
forPointFeet(double pointSize)
Returns a corresponding Scale derived from the size (width and height) of a single point (1/72 inch) in feet.
|
static Scale |
forRatio(double ratio)
Returns a corresponding scale derived from a ratio - e.g.
|
double |
getMapScale() |
double |
getPixelFeet() |
double |
getPointFeet() |
double |
getRatio() |
public static Scale forMapScale(double mapScale)
public static Scale forRatio(double ratio)
public static Scale forPixelFeet(double pixelSize)
pixelSize - public static Scale forPointFeet(double pointSize)
pointSize - public double getRatio()
public double getMapScale()
public double getPixelFeet()
public double getPointFeet()