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
maspack.render
Interface RenderKey
All Known Implementing Classes:
RenderInstancesKey
,
RenderKeyImpl
,
RenderObjectKey
public interface
RenderKey
Used as a key for storing objects for rendering. If the key returns invalid, this will signal the renderer that it can free any associated resources.
Author:
Antonio
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isValid
()
Whether the renderable this key is associated with is still valid.
Method Detail
isValid
boolean isValid()
Whether the renderable this key is associated with is still valid. This should run in a thread-safe way (e.g. with a volatile boolean)
Returns:
true
if key is still valid
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