Interface ParallelCoordinatesLayout
public interface ParallelCoordinatesLayout
-
Method Summary
Modifier and TypeMethodDescriptionintintIterable<com.macrofocus.high_d.axis.group.AxisGroupModel> getAxisGroups(int level) intcom.macrofocus.geom.Rectangle2DgetBounds(com.macrofocus.high_d.axis.group.AxisGroupModel axisGroup) com.macrofocus.geom.Rectangle2DgetBounds(com.macrofocus.high_d.axis.group.AxisGroupModel axisGroup, com.macrofocus.high_d.axis.AxisModel axisModel) com.macrofocus.geom.Rectangle2DgetHeaderBounds(com.macrofocus.high_d.axis.group.AxisGroupModel axisGroup) com.macrofocus.geom.Rectangle2DgetHeaderBounds(com.macrofocus.high_d.axis.group.AxisGroupModel axisGroup, com.macrofocus.high_d.axis.AxisModel axisModel) com.macrofocus.geom.Rectangle2DgetLevelBounds(int level) intcom.macrofocus.geom.Rectangle2DgetSliderBounds(com.macrofocus.high_d.axis.group.AxisGroupModel axisGroup, com.macrofocus.high_d.axis.AxisModel axisModel) com.macrofocus.geom.Rectangle2DgetTrackBounds(com.macrofocus.high_d.axis.group.AxisGroupModel axisGroup, com.macrofocus.high_d.axis.AxisModel axisModel)
-
Method Details
-
getAxisPreferredWidth
int getAxisPreferredWidth() -
getAxisBeforeTrackGap
int getAxisBeforeTrackGap() -
getAxisAfterTrackGap
int getAxisAfterTrackGap() -
getBounds
com.macrofocus.geom.Rectangle2D getBounds(com.macrofocus.high_d.axis.group.AxisGroupModel axisGroup) -
getBounds
com.macrofocus.geom.Rectangle2D getBounds(com.macrofocus.high_d.axis.group.AxisGroupModel axisGroup, com.macrofocus.high_d.axis.AxisModel axisModel) -
getHeaderBounds
com.macrofocus.geom.Rectangle2D getHeaderBounds(com.macrofocus.high_d.axis.group.AxisGroupModel axisGroup) -
getHeaderBounds
com.macrofocus.geom.Rectangle2D getHeaderBounds(com.macrofocus.high_d.axis.group.AxisGroupModel axisGroup, com.macrofocus.high_d.axis.AxisModel axisModel) -
getSliderBounds
com.macrofocus.geom.Rectangle2D getSliderBounds(com.macrofocus.high_d.axis.group.AxisGroupModel axisGroup, com.macrofocus.high_d.axis.AxisModel axisModel) -
getTrackBounds
com.macrofocus.geom.Rectangle2D getTrackBounds(com.macrofocus.high_d.axis.group.AxisGroupModel axisGroup, com.macrofocus.high_d.axis.AxisModel axisModel) -
getLevelBounds
com.macrofocus.geom.Rectangle2D getLevelBounds(int level) -
getLevelCount
int getLevelCount() -
getAxisGroups
-