@CalledOnlyBy(AmidstThread.EDT)
public Drawer(
FragmentGraph graph,
FragmentGraphToScreenTranslator translator,
Zoom zoom,
Movement movement,
List<Widget> widgets,
Iterable<FragmentDrawer> drawers,
Setting<Dimension> dimensionSetting,
Graphics2DAccelerationCounter accelerationCounter) {
this.graph = graph;
this.translator = translator;
this.zoom = zoom;
this.movement = movement;
this.widgets = widgets;
this.drawers = drawers;
this.dimensionSetting = dimensionSetting;
this.accelerationCounter = accelerationCounter;
this.voidTexturePaint = new TexturePaint(
VOID_TEXTURE,
new Rectangle(0, 0, VOID_TEXTURE.getWidth(), VOID_TEXTURE.getHeight()));
}
Drawer.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:amidst
作者:
评论列表
文章目录