Graphic Rendering System 1.0
A Java-based graphic rendering system implementing various design patterns
Loading...
Searching...
No Matches
ShapeFactory.java File Reference
import com.example.graphics.model.Circle;
import com.example.graphics.model.Line;
import com.example.graphics.model.Rectangle;
import com.example.graphics.model.Shape;
import com.example.graphics.model.Triangle;
Include dependency graph for ShapeFactory.java:

Go to the source code of this file.

Classes

class  com.example.graphics.factory.ShapeFactory

Packages

package  com.example.graphics.factory