Graphic Rendering System 1.0
A Java-based graphic rendering system implementing various design patterns
|
Static Public Member Functions | |
static void | main (String[] args) |
Main class that demonstrates the graphics rendering system.
|
inlinestatic |
Definition at line 24 of file Main.java.
References com.example.graphics.Drawing.acceptVisitor(), com.example.graphics.Drawing.addObserver(), com.example.graphics.Drawing.addShape(), com.example.graphics.proxy.RemoteRendererProxy.connect(), com.example.graphics.factory.ShapeFactory.createCircle(), com.example.graphics.factory.ShapeFactory.createLine(), com.example.graphics.factory.ShapeFactory.createRectangle(), com.example.graphics.factory.RendererFactory.createRenderer(), com.example.graphics.proxy.RemoteRendererProxy.disconnect(), com.example.graphics.singleton.RenderingConfig.getDefaultHeight(), com.example.graphics.singleton.RenderingConfig.getDefaultRendererType(), com.example.graphics.singleton.RenderingConfig.getDefaultWidth(), com.example.graphics.singleton.RenderingConfig.getInstance(), com.example.graphics.visitor.JsonExportVisitor.getJsonOutput(), com.example.graphics.visitor.XmlExportVisitor.getXmlOutput(), com.example.graphics.Drawing.moveShape(), com.example.graphics.Drawing.redo(), com.example.graphics.Drawing.render(), com.example.graphics.Drawing.setRenderer(), and com.example.graphics.Drawing.undo().