X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.g2d%2Fsrc%2Forg%2Fsimantics%2Fg2d%2Felementclass%2FAnimatedNode.java;fp=bundles%2Forg.simantics.g2d%2Fsrc%2Forg%2Fsimantics%2Fg2d%2Felementclass%2FAnimatedNode.java;h=4bdd5342460f472e07b1fa736d686f27008e1944;hb=4f38bc070c3e1e40d02bd8da64cc93a798c9aace;hp=0000000000000000000000000000000000000000;hpb=ba85c75dd6893c597f4befa3d2c9f32bee2fc85d;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.g2d/src/org/simantics/g2d/elementclass/AnimatedNode.java b/bundles/org.simantics.g2d/src/org/simantics/g2d/elementclass/AnimatedNode.java new file mode 100644 index 000000000..4bdd53424 --- /dev/null +++ b/bundles/org.simantics.g2d/src/org/simantics/g2d/elementclass/AnimatedNode.java @@ -0,0 +1,19 @@ +/******************************************************************************* + * Copyright (c) 2017 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: + * Semantum Oy - initial API and implementation + *******************************************************************************/ +package org.simantics.g2d.elementclass; + +/** + * @author Antti Villberg + * @since 1.31.0 + */ +public interface AnimatedNode { +}