X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph.profile%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2Fprofile%2FStyle.java;h=4eecce9fc09d33421c8779968f4daec6c715fb00;hp=c719df2d7aaf862afa12b9dee67aeee6b7b3fa2b;hb=5a1429ae3eca8b03df0fe9784440f066502fbce7;hpb=e785ea2594a871612806780acd918e35ef1751ed diff --git a/bundles/org.simantics.scenegraph.profile/src/org/simantics/scenegraph/profile/Style.java b/bundles/org.simantics.scenegraph.profile/src/org/simantics/scenegraph/profile/Style.java index c719df2d7..4eecce9fc 100644 --- a/bundles/org.simantics.scenegraph.profile/src/org/simantics/scenegraph/profile/Style.java +++ b/bundles/org.simantics.scenegraph.profile/src/org/simantics/scenegraph/profile/Style.java @@ -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(); }