infovis.visualization.ruler
Class DiscreteRulersBuilder
java.lang.Object
infovis.visualization.ruler.DiscreteRulersBuilder
public class DiscreteRulersBuilder
- extends Object
Helper methods to create rulers for discrete values.
- Author:
- Jean-Christophe Latsis
Method Summary |
static void |
createHorizontalRuler(Rectangle2D bounds,
String label,
double position,
Table rulers)
|
static void |
createHorizontalRulers(Rectangle2D bounds,
double min,
double max,
DoubleColumn positions,
Table rulers)
|
static void |
createHorizontalRulers(Rectangle2D bounds,
StringColumn labels,
DoubleColumn positions,
Table rulers)
|
static void |
createVerticalRuler(Rectangle2D bounds,
String label,
double position,
Table rulers)
|
static void |
createVerticalRulers(Rectangle2D bounds,
double min,
double max,
DoubleColumn positions,
Table rulers)
|
static void |
createVerticalRulers(Rectangle2D bounds,
StringColumn labels,
DoubleColumn positions,
Table rulers)
|
DiscreteRulersBuilder
public DiscreteRulersBuilder()
createHorizontalRulers
public static void createHorizontalRulers(Rectangle2D bounds,
double min,
double max,
DoubleColumn positions,
Table rulers)
createHorizontalRulers
public static void createHorizontalRulers(Rectangle2D bounds,
StringColumn labels,
DoubleColumn positions,
Table rulers)
createHorizontalRuler
public static void createHorizontalRuler(Rectangle2D bounds,
String label,
double position,
Table rulers)
createVerticalRulers
public static void createVerticalRulers(Rectangle2D bounds,
double min,
double max,
DoubleColumn positions,
Table rulers)
createVerticalRulers
public static void createVerticalRulers(Rectangle2D bounds,
StringColumn labels,
DoubleColumn positions,
Table rulers)
createVerticalRuler
public static void createVerticalRuler(Rectangle2D bounds,
String label,
double position,
Table rulers)
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.