X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2FISelectionPainterNode.java;h=606c7134a3e11e47204b1a3ac69b587ccf446eae;hb=2bd26538bb54ec285c01ba1a170f2486086c96a4;hp=2d461d52bc85dc2c41dbe568bcb47f18b91cd49e;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/ISelectionPainterNode.java b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/ISelectionPainterNode.java index 2d461d52b..606c7134a 100644 --- a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/ISelectionPainterNode.java +++ b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/ISelectionPainterNode.java @@ -1,23 +1,23 @@ -/******************************************************************************* - * 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.scenegraph; - -/** - * Sometimes it is easier for scene graph nodes to define their own way of - * visualizing the node being in "selected" state. Implementing this tagging - * interface allows a node to specify that it wants to render a selection - * visualization itself. - * - * @author Antti Villberg - */ +/******************************************************************************* + * 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.scenegraph; + +/** + * Sometimes it is easier for scene graph nodes to define their own way of + * visualizing the node being in "selected" state. Implementing this tagging + * interface allows a node to specify that it wants to render a selection + * visualization itself. + * + * @author Antti Villberg + */ public interface ISelectionPainterNode { }