edu.uci.ics.jung.visualization.annotations
Class AnnotationControls<V,E>

java.lang.Object
  extended by 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

Field Summary
protected  AnnotatingGraphMousePlugin<V,E> annotatingPlugin
           
 
Constructor Summary
AnnotationControls(AnnotatingGraphMousePlugin<V,E> annotatingPlugin)
           
 
Method Summary
 JToolBar getAnnotationsToolBar()
           
 JButton getColorChooserButton()
           
 JToggleButton getFillButton()
           
 JComboBox getLayerBox()
           
 JComboBox getShapeBox()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

annotatingPlugin

protected AnnotatingGraphMousePlugin<V,E> annotatingPlugin
Constructor Detail

AnnotationControls

public AnnotationControls(AnnotatingGraphMousePlugin<V,E> annotatingPlugin)
Method Detail

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.