Uses of Class
com.example.renderer.factory.Circle
Packages that use Circle
-
Uses of Circle in com.example.renderer.visitor
Methods in com.example.renderer.visitor with parameters of type CircleModifier and TypeMethodDescriptionvoid
ExportVisitor.visitCircle
(Circle circle) void
JSONExportVisitor.visitCircle
(Circle c) 将圆形对象转换为JSON格式输出 格式: {"type":"circle", "x":x, "y":y, "r":radius}