|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Renderable<T>
Marker interface for all objects that would like to be capable of rendering themself if given appropriate information.
This interface should generally not be directly used. It is a base
description for derived types that provide the specific types of information
through specific methods. It is used to provide a single common interface so
that the implementing instance can be placed in the
RenderDetails
.
Method Summary | |
---|---|
boolean |
equals(T o)
Compare this object for equality to the given object. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
boolean equals(T o)
Object
version of equals, without needing to cast.
o
- The object to be compared
|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |