Edit C:\Program Files\Java\jdk1.8.0_121\com\sun\webkit\graphics\WCPathIterator.java
/* * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.webkit.graphics; public interface WCPathIterator { public static final int SEG_MOVETO = 0; public static final int SEG_LINETO = 1; public static final int SEG_QUADTO = 2; public static final int SEG_CUBICTO = 3; public static final int SEG_CLOSE = 4; public int getWindingRule(); public boolean isDone(); public void next(); public int currentSegment(double[] floats); }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de