JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.uci.ics.jung.visualization.util
Interface Caching
All Known Implementing Classes:
CachingLayout
,
ObservableCachingLayout
,
PersistentLayoutImpl
public interface
Caching
Interface to provide external controls to an implementing class that manages a cache.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
clear
()
clear cache
void
init
()
ititialize resources for a cache
Method Detail
init
void init()
ititialize resources for a cache
clear
void clear()
clear cache
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method