public class MonovariateLinearVB extends DefaultViewBox
| Constructor and Description |
|---|
MonovariateLinearVB(NumericLegend height,
NumericLegend width,
ViewBox view,
boolean isheight)
Build a new
MonovariateLinearVB using the legends associated
to the height and width of the oridinal ViewBox. |
| Modifier and Type | Method and Description |
|---|---|
LinearInterpolationLegend |
getInterpolation()
Get the interpolation legend associated to this
Legend. |
boolean |
isHeight()
If this method returns
true, the interpolation is supposed to
be made on the height. |
getHeightLegend, getViewBox, getWidthLegend, setHeightLegend, setWidthLegendpublic MonovariateLinearVB(NumericLegend height, NumericLegend width, ViewBox view, boolean isheight)
MonovariateLinearVB using the legends associated
to the height and width of the oridinal ViewBox. isHeight is used to determine if the InterpolationLegend is
associated to the height or to the width.height - width - view - isheight - If true we'll consider that the interpolation is made on
the height, and on the width otherwise.public boolean isHeight()
true, the interpolation is supposed to
be made on the height. If it returns false, the interpolation
is supposed to be mad on the width of the underlying ViewBox.public LinearInterpolationLegend getInterpolation()
Legend.Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.