|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.MapBrowser.BrowserRenderedScale
public class BrowserRenderedScale
A browseable rendered scale; this provides a layer of indirection to allow raster scaling and other nonsense.
| Constructor Summary | |
|---|---|
BrowserRenderedScale()
|
|
| Method Summary | |
|---|---|
int |
getScalingFactor()
|
int |
getSourceIndex()
Index of the source RenderedScale used to get the images. |
int |
scalePixelDimension(int dimension)
Scales the given dimension (presumably a pixel width or height or something) |
Scale |
scaleScale(Scale scaley)
Scales the given scale. |
void |
setScalingFactor(int newScalingFactor)
Factor used to scale the images before displaying. |
void |
setSourceIndex(int newSourceIndex)
Index of the source RenderedScale used to get the images. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrowserRenderedScale()
| Method Detail |
|---|
public int scalePixelDimension(int dimension)
public Scale scaleScale(Scale scaley)
public int getSourceIndex()
public void setSourceIndex(int newSourceIndex)
public int getScalingFactor()
public void setScalingFactor(int newScalingFactor)
Default value is +1, which corresponds to no scaling. Attempting to set it to zero results in this default.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||