edu.uci.ics.jung.visualization.annotations
Class AnnotationControls<V,E>
java.lang.Object
edu.uci.ics.jung.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 - tomnelson@dev.java.net
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
annotatingPlugin
protected AnnotatingGraphMousePlugin<V,E> annotatingPlugin
AnnotationControls
public AnnotationControls(AnnotatingGraphMousePlugin<V,E> annotatingPlugin)
getShapeBox
public JComboBox getShapeBox()
getColorChooserButton
public JButton getColorChooserButton()
getLayerBox
public JComboBox getLayerBox()
getFillButton
public JToggleButton getFillButton()
getAnnotationsToolBar
public JToolBar getAnnotationsToolBar()
Copyright © 2009. All Rights Reserved.