public class AnnotationControls<V,E>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected AnnotatingGraphMousePlugin<V,E> |
annotatingPlugin |
| Constructor and Description |
|---|
AnnotationControls(AnnotatingGraphMousePlugin<V,E> annotatingPlugin) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JToolBar |
getAnnotationsToolBar() |
javax.swing.JButton |
getColorChooserButton() |
javax.swing.JToggleButton |
getFillButton() |
javax.swing.JComboBox |
getLayerBox() |
javax.swing.JComboBox |
getShapeBox() |
protected AnnotatingGraphMousePlugin<V,E> annotatingPlugin
public AnnotationControls(AnnotatingGraphMousePlugin<V,E> annotatingPlugin)
public javax.swing.JComboBox getShapeBox()
public javax.swing.JButton getColorChooserButton()
public javax.swing.JComboBox getLayerBox()
public javax.swing.JToggleButton getFillButton()
public javax.swing.JToolBar getAnnotationsToolBar()