Class AnnotationControls<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.visualization.annotations.AnnotationControls<V,E>
-
public class AnnotationControls<V,E> extends java.lang.Objecta collection of controls for annotations. allows selection of colors, shapes, etc
-
-
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.JToolBargetAnnotationsToolBar()javax.swing.JButtongetColorChooserButton()javax.swing.JToggleButtongetFillButton()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()
-
-