|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface J3DExporter
The J3DExporter
Inteface allows for easy access to some common the export methods.
Method Summary | |
---|---|
void |
export(StringBuilder result,
MemoryAware j3dScene)
A method which can be called to export to the given format. |
String |
getName()
|
Map<String,String> |
getParameterMap()
Should return a list of parameter names (keys) with their description (values) of all parameters this Exporter supports. |
String |
getShortDescription()
|
Method Detail |
---|
void export(StringBuilder result, MemoryAware j3dScene)
result
- a reference to which the implementing class should write.j3dScene
- the scene to be exported.String getName()
String getShortDescription()
Map<String,String> getParameterMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |