X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.graphviz%2Fsrc%2Forg%2Fsimantics%2Fgraphviz%2Finternal%2Fxdot%2FUnfilledShape.java;h=da849094b0bf20b0c928f7fe7bb5d66576e2f7e8;hb=8711716c8482a7cc4a2cc5fe315393461d91e111;hp=62b2c9fa3c37f049417ca1b5d75971e659318ceb;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/xdot/UnfilledShape.java b/bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/xdot/UnfilledShape.java index 62b2c9fa3..da849094b 100644 --- a/bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/xdot/UnfilledShape.java +++ b/bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/xdot/UnfilledShape.java @@ -1,33 +1,33 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.graphviz.internal.xdot; - -import java.awt.Graphics2D; -import java.awt.Shape; - -public class UnfilledShape implements ShapeCommand { - protected Shape shape; - - public UnfilledShape(Shape shape) { - this.shape = shape; - } - - @Override - public void draw(Graphics2D g) { - g.draw(shape); - } - - @Override - public Shape getShape() { - return shape; - } -} +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.graphviz.internal.xdot; + +import java.awt.Graphics2D; +import java.awt.Shape; + +public class UnfilledShape implements ShapeCommand { + protected Shape shape; + + public UnfilledShape(Shape shape) { + this.shape = shape; + } + + @Override + public void draw(Graphics2D g) { + g.draw(shape); + } + + @Override + public Shape getShape() { + return shape; + } +}