Class AnnotationControls<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.annotations.AnnotationControls<V,E>
-
public class AnnotationControls<V,E> extends Object
a collection of controls for annotations. allows selection of colors, shapes, etc- Author:
- Tom Nelson
-
-
Field Summary
Fields Modifier and Type Field Description protected AnnotatingGraphMousePlugin<V,E>
annotatingPlugin
-
Constructor Summary
Constructors Constructor Description AnnotationControls(AnnotatingGraphMousePlugin<V,E> annotatingPlugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JToolBar
getAnnotationsToolBar()
JButton
getColorChooserButton()
JToggleButton
getFillButton()
JComboBox<Annotation.Layer>
getLayerBox()
JComboBox<Shape>
getShapeBox()
-
-
-
Field Detail
-
annotatingPlugin
protected AnnotatingGraphMousePlugin<V,E> annotatingPlugin
-
-
Constructor Detail
-
AnnotationControls
public AnnotationControls(AnnotatingGraphMousePlugin<V,E> annotatingPlugin)
-
-
Method Detail
-
getColorChooserButton
public JButton getColorChooserButton()
-
getLayerBox
public JComboBox<Annotation.Layer> getLayerBox()
-
getFillButton
public JToggleButton getFillButton()
-
getAnnotationsToolBar
public JToolBar getAnnotationsToolBar()
-
-