javafx-ui-common/src/com/sun/javafx/tk/Toolkit.java

Print this page

        

@@ -79,10 +79,11 @@
 import com.sun.javafx.sg.PGBox;
 import com.sun.javafx.sg.PGCanvas;
 import com.sun.javafx.sg.PGCircle;
 import com.sun.javafx.sg.PGCubicCurve;
 import com.sun.javafx.sg.PGEllipse;
+import com.sun.javafx.sg.PGExternalNode;
 import com.sun.javafx.sg.PGGroup;
 import com.sun.javafx.sg.PGImageView;
 import com.sun.javafx.sg.PGLine;
 import com.sun.javafx.sg.PGNode;
 import com.sun.javafx.sg.PGPath;

@@ -655,10 +656,12 @@
     // TODO: Need to evaluate the lighting logic
     public abstract List<PGLightBase> getLightsInScene();
     public abstract boolean isLightsDirty();
     public abstract void setLightsDirty(boolean lightsDirty);
 
+    public abstract PGExternalNode createPGExternalNode();
+
     /**
      * Tests whether the pixel on the given coordinates in the given image
      * is non-empty (not fully transparent). Return value is not defined
      * for pixels out of the image bounds.
      */