类 SvgRendererFactory
java.lang.Object
com.example.graphics.factory.SvgRendererFactory
- 所有已实现的接口:
RendererFactory
Factory for creating SVG renderers.
This is a concrete implementation of the Abstract Factory pattern.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
SvgRendererFactory
public SvgRendererFactory()
-
-
方法详细资料
-
createRenderer
从接口复制的说明:RendererFactory
Create a renderer with the specified dimensions- 指定者:
createRenderer
在接口中RendererFactory
- 参数:
width
- the width of the rendering areaheight
- the height of the rendering area- 返回:
- a new Renderer instance
-