Uses of Interface
org.graffiti.plugin.view.Zoomable
-
Uses of Zoomable in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view that implement Zoomable Modifier and Type Class Description classFastView -
Uses of Zoomable in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview that implement Zoomable Modifier and Type Class Description classButtonOverlayViewAn implementation oforg.graffiti.plugin.view.View2D, that displays a graph.classIPKGraffitiViewAn implementation oforg.graffiti.plugin.view.View2D, that displays a graph.classNullView -
Uses of Zoomable in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.zoomfit with parameters of type Zoomable Modifier and Type Method Description static voidZoomFitChangeComponent. zoomRegion(boolean smooth, Zoomable view)static voidZoomFitChangeComponent. zoomRegion(boolean smooth, Zoomable view, Collection<GraphElement> elements)static voidZoomFitChangeComponent. zoomRegion(boolean smooth, Zoomable view, Collection<GraphElement> elements, int zoomIntoValue)static voidZoomFitChangeComponent. zoomToPoint(Zoomable myView, Point coords, double zoomFactor) -
Uses of Zoomable in org.graffiti.plugin.view
Subinterfaces of Zoomable in org.graffiti.plugin.view Modifier and Type Interface Description interfaceGraphViewinterfaceViewRepresents a view of a plugin.interfaceView2DA 2D view as a graphical representation for a graph.interfaceView3DDOCUMENT ME!Classes in org.graffiti.plugin.view that implement Zoomable Modifier and Type Class Description classAbstractViewenclosing_type -
Uses of Zoomable in org.graffiti.plugins.views.defaults
Classes in org.graffiti.plugins.views.defaults that implement Zoomable Modifier and Type Class Description classGraffitiViewAn implementation oforg.graffiti.plugin.view.View2D, that displays a graph. -
Uses of Zoomable in org.graffiti.plugins.views.matrix
Classes in org.graffiti.plugins.views.matrix that implement Zoomable Modifier and Type Class Description classMatrixViewProvides a matrix view for the given graph.