|
Aviatrix3D 2.0 Dev |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(java.lang.Object o)
Compare this object for equality to the given object. |
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public boolean equals(java.lang.Object o)
Object
version of equals, without needing to cast.
o
- The object to be compared
|
Aviatrix3D 2.0 Dev |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |