|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
public class BinRuler
A BinRuler
is the visual representation of a column binning.
The ruler contains just display coordinates such that it can be painted
directly into a drawing pane; i.e. it is the visual model of the binning.
Constructor Summary | |
---|---|
BinRuler(Point leftStartPoint,
int width,
int[] binPositions,
String[] binPosValues,
String name)
Creates a BinRuler from its left starting point, the width
of the ruler, its binning boundary positions and the value labels for the
boundaries. |
Method Summary | |
---|---|
int[] |
getBinPositions()
Returns the bin positions. |
String[] |
getBinPosValue()
Returns the bin positions label values. |
Point |
getLeftStartPoint()
Returns the left start point of the ruler. |
String |
getName()
Returns the name for this ruler. |
int |
getWidth()
Returns the width of the ruler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinRuler(Point leftStartPoint, int width, int[] binPositions, String[] binPosValues, String name)
BinRuler
from its left starting point, the width
of the ruler, its binning boundary positions and the value labels for the
boundaries.
leftStartPoint
- the left starting point of the rulerwidth
- the width of the rulerbinPositions
- binning boundary positionsbinPosValues
- the value labels for the boundariesname
- the name for this ruler; normaly the column nameMethod Detail |
---|
public int[] getBinPositions()
public String[] getBinPosValue()
public Point getLeftStartPoint()
public int getWidth()
public String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |