Uses of Interface org.jgraph.graph.CellViewFactory

Uses in package org.jgraph.graph

Classes implementing org.jgraph.graph.CellViewFactory

class
The default implementation of a cell view factory that returns the default views for vertices, edges and ports.

Constructors with parameter type org.jgraph.graph.CellViewFactory

Constructs a view for the specified model that uses factory to create its views.
GraphLayoutCache.GraphLayoutCache(GraphModel model, CellViewFactory factory, boolean partial)
Constructs a view for the specified model that uses factory to create its views.
GraphLayoutCache.GraphLayoutCache(GraphModel model, CellViewFactory factory, CellView[] cellViews, CellView[] hiddenCellViews, boolean partial)
Constructs a view for the specified model that uses factory to create its views.

Fields of type org.jgraph.graph.CellViewFactory

CellViewFactory
Factory to create the views.

Methods with parameter type org.jgraph.graph.CellViewFactory

void
Sets the factory that creates the cell views.

Methods with return type org.jgraph.graph.CellViewFactory

CellViewFactory
Returns the factory that was passed to the constructor.

Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.