< prev index next >

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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2010, 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) 2010, 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
*** 81,91 **** import com.sun.javafx.perf.PerformanceTracker; import com.sun.javafx.runtime.VersionInfo; import com.sun.javafx.runtime.async.AsyncOperation; import com.sun.javafx.runtime.async.AsyncOperationListener; import com.sun.javafx.scene.SceneHelper; - import com.sun.javafx.scene.text.HitInfo; import com.sun.javafx.scene.text.TextLayoutFactory; import com.sun.javafx.sg.prism.NGCamera; import com.sun.javafx.sg.prism.NGLightBase; import com.sun.javafx.sg.prism.NGNode; import com.sun.scenario.DelayedRunnable; --- 81,90 ----
*** 658,668 **** public abstract int getKeyCodeForChar(String character); public abstract Dimension2D getBestCursorSize(int preferredWidth, int preferredHeight); public abstract int getMaximumCursorColors(); public abstract PathElement[] convertShapeToFXPath(Object shape); - public abstract HitInfo convertHitInfoToFX(Object hit); public abstract Filterable toFilterable(Image img); public abstract FilterContext getFilterContext(Object config); public abstract boolean isForwardTraversalKey(KeyEvent e); --- 657,666 ----
< prev index next >