The Meta-Environment API

nl.cwi.sen1.gui.plugin
Class SVGCanvas

java.lang.Object
  extended by nl.cwi.sen1.gui.component.StudioComponentImpl
      extended by nl.cwi.sen1.gui.plugin.SVGCanvas
All Implemented Interfaces:
nl.cwi.sen1.gui.component.StudioComponent

public class SVGCanvas
extends nl.cwi.sen1.gui.component.StudioComponentImpl


Field Summary
private  org.apache.batik.swing.JSVGCanvas svgCanvas
           
 
Constructor Summary
SVGCanvas(java.lang.String name, java.lang.String file)
           
 
Method Summary
 javax.swing.JComponent getViewComponent()
           
 
Methods inherited from class nl.cwi.sen1.gui.component.StudioComponentImpl
addNameChangedListener, addStudioComponentListener, addTooltipChangedListener, close, fireComponentClose, fireComponentFocusReceived, fireComponentRequestClose, fireNameChangedEvent, fireTooltipChangedEvent, getIcon, getName, getStatusBarComponents, getTooltip, receiveFocus, removeNameChangedListener, removeStudioComponentListener, removeTooltipChangedListener, requestClose, setIcon, setName, setTooltip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

svgCanvas

private org.apache.batik.swing.JSVGCanvas svgCanvas
Constructor Detail

SVGCanvas

public SVGCanvas(java.lang.String name,
                 java.lang.String file)
Method Detail

getViewComponent

public javax.swing.JComponent getViewComponent()
Specified by:
getViewComponent in interface nl.cwi.sen1.gui.component.StudioComponent
Overrides:
getViewComponent in class nl.cwi.sen1.gui.component.StudioComponentImpl

The Meta-Environment API