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 class
FastView
-
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 class
ButtonOverlayView
An implementation oforg.graffiti.plugin.view.View2D
, that displays a graph.class
IPKGraffitiView
An implementation oforg.graffiti.plugin.view.View2D
, that displays a graph.class
NullView
-
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 void
ZoomFitChangeComponent. zoomRegion(boolean smooth, Zoomable view)
static void
ZoomFitChangeComponent. zoomRegion(boolean smooth, Zoomable view, Collection<GraphElement> elements)
static void
ZoomFitChangeComponent. zoomRegion(boolean smooth, Zoomable view, Collection<GraphElement> elements, int zoomIntoValue)
static void
ZoomFitChangeComponent. 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 interface
GraphView
interface
View
Represents a view of a plugin.interface
View2D
A 2D view as a graphical representation for a graph.interface
View3D
DOCUMENT ME!Classes in org.graffiti.plugin.view that implement Zoomable Modifier and Type Class Description class
AbstractView
enclosing_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 class
GraffitiView
An 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 class
MatrixView
Provides a matrix view for the given graph.