Uses of Interface
org.jhotdraw8.graph.GraphChunk
Packages that use GraphChunk
-
Uses of GraphChunk in org.jhotdraw8.graph
Classes in org.jhotdraw8.graph that implement GraphChunkModifier and TypeClassDescriptionclassStores a chunk of a graph using a "Compressed Sparse Row" representation.classStores a chunk of a graph using a "Compressed Sparse Row" representation.Methods in org.jhotdraw8.graph that return types with arguments of type GraphChunkMethod parameters in org.jhotdraw8.graph with type arguments of type GraphChunkModifier and TypeMethodDescriptionvoidChunkedMutableIndexedBidiGraph.setChunkFactory(@NonNull BiFunction<Integer, Integer, GraphChunk> chunkFactory) Constructor parameters in org.jhotdraw8.graph with type arguments of type GraphChunkModifierConstructorDescriptionChunkedMutableIndexedBidiGraph(int chunkSize, int initialArityCapacity, @NonNull BiFunction<Integer, Integer, GraphChunk> chunkFactory)