< prev index next >

modules/graphics/src/main/java/com/sun/javafx/tk/DummyToolkit.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 59,69 **** import com.sun.javafx.geom.Shape; import com.sun.javafx.geom.transform.BaseTransform; import com.sun.javafx.perf.PerformanceTracker; import com.sun.javafx.runtime.async.AsyncOperation; import com.sun.javafx.runtime.async.AsyncOperationListener; - import com.sun.javafx.scene.text.HitInfo; import com.sun.javafx.scene.text.TextLayoutFactory; import com.sun.scenario.DelayedRunnable; import com.sun.scenario.animation.AbstractMasterTimer; import com.sun.scenario.effect.FilterContext; import com.sun.scenario.effect.Filterable; --- 59,68 ----
*** 250,264 **** public PathElement[] convertShapeToFXPath(Object shape) { throw new UnsupportedOperationException("Not supported yet."); } @Override - public HitInfo convertHitInfoToFX(Object hit) { - throw new UnsupportedOperationException("Not supported yet."); - } - - @Override public Filterable toFilterable(Image img) { throw new UnsupportedOperationException("Not supported yet."); } @Override --- 249,258 ----
< prev index next >