Class AnnotationControls<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.visualization.annotations.AnnotationControls<V,E>
-
public class AnnotationControls<V,E> extends java.lang.Object
a collection of controls for annotations. allows selection of colors, shapes, etc- Author:
- Tom Nelson - tomnelson@dev.java.net
-
-
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 javax.swing.JToolBar
getAnnotationsToolBar()
javax.swing.JButton
getColorChooserButton()
javax.swing.JToggleButton
getFillButton()
javax.swing.JComboBox<Annotation.Layer>
getLayerBox()
javax.swing.JComboBox<java.awt.Shape>
getShapeBox()
-
-
-
Field Detail
-
annotatingPlugin
protected AnnotatingGraphMousePlugin<V,E> annotatingPlugin
-
-
Constructor Detail
-
AnnotationControls
public AnnotationControls(AnnotatingGraphMousePlugin<V,E> annotatingPlugin)
-
-
Method Detail
-
getShapeBox
public javax.swing.JComboBox<java.awt.Shape> getShapeBox()
-
getColorChooserButton
public javax.swing.JButton getColorChooserButton()
-
getLayerBox
public javax.swing.JComboBox<Annotation.Layer> getLayerBox()
-
getFillButton
public javax.swing.JToggleButton getFillButton()
-
getAnnotationsToolBar
public javax.swing.JToolBar getAnnotationsToolBar()
-
-