Edit C:\Program Files\Java\jdk1.8.0_121\com\sun\javafx\scene\text\TextLayoutFactory.java
/* * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.javafx.scene.text; public interface TextLayoutFactory { /** * Returns a new TextLayout instance. */ public TextLayout createLayout(); /** * Returns a reusable instance of TextLayout, the caller is responsible by * returning the instance back to the factory using disposeLayout(). */ public TextLayout getLayout(); /** * Disposes the reusable TextLayout. */ public void disposeLayout(TextLayout layout); }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de