]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scenegraph.profile/src/org/simantics/scenegraph/profile/Style.java
Preliminary implementation to update only changed profile entries
[simantics/platform.git] / bundles / org.simantics.scenegraph.profile / src / org / simantics / scenegraph / profile / Style.java
index c719df2d7aaf862afa12b9dee67aeee6b7b3fa2b..4eecce9fc09d33421c8779968f4daec6c715fb00 100644 (file)
@@ -66,5 +66,8 @@ public interface Style {
      * @param observer profile system observer for this canvas context
      */
     void apply(Resource entry, Group group, EvaluationContext observer);
-
+    
+    void apply2(Object item, EvaluationContext observer);
+    void setPriority(double priority);
+    double getPriority();
 }