Builder instances read JIC files and execute the construction instructions
in the files. Builder instances are obtained from the JICEngine
class.
Currently, you don't have to operate with Builder instances in order to
process JIC files, you can use the static build-methods of the class
org.jicengine.JICEngine . This class is needed only if there would be a need
to configure the Builder instances somehow before processing. At the moment,
Builders can't be configured in any way.
Copyright (C) 2004 Timo Laitinen
author: Timo Laitinen since: JICE-0.10 See Also: org.jicengine.JICEngine |