Package ikvm.internal

Examples of ikvm.internal.NotYetImplementedError


     *   fuir = FontManager.getCompositeFontUIResource(desktopFont);
     * }
     * return fuir;
     */
    public static FontUIResource getCompositeFontUIResource(Font font) {
        throw new NotYetImplementedError();
    }
View Full Code Here


    public static FontUIResource getCompositeFontUIResource(Font font) {
        throw new NotYetImplementedError();
    }

    public static Font2D getNewComposite(String family, int style, Font2D handle) {
        throw new NotYetImplementedError();
    }
View Full Code Here

     * arr[8] = offset of topLeftY
     * arr[9] = offset of pixel data.
     * arr[10] = address of a GlyphImageRef representing the invisible glyph
     */
    static void getGlyphCacheDescription(long[] infoArray){
        throw new NotYetImplementedError();
    }
View Full Code Here

            }
        }
    }

    static void freeIntPointer(int ptr){
        throw new NotYetImplementedError();
    }
View Full Code Here

    static void freeIntPointer(int ptr){
        throw new NotYetImplementedError();
    }
    static void freeLongPointer(long ptr){
        throw new NotYetImplementedError();
    }
View Full Code Here

    }
    static void freeLongPointer(long ptr){
        throw new NotYetImplementedError();
    }
    private static void freeIntMemory(int[] glyphPtrs, long pContext){
        throw new NotYetImplementedError();
    }
View Full Code Here

    }
    private static void freeIntMemory(int[] glyphPtrs, long pContext){
        throw new NotYetImplementedError();
    }
    private static void freeLongMemory(long[] glyphPtrs, long pContext){
        throw new NotYetImplementedError();
    }
View Full Code Here

* Replacement for compiling only
*/
public class ShapeSpanIterator implements SpanIterator{

    public ShapeSpanIterator(boolean normalize){
        throw new NotYetImplementedError();
    }
View Full Code Here

    /*
     * Intersect usrClip bounds and device bounds to determine the composite
     * rendering boundaries.
     */
    public Region getCompClip() {
        throw new NotYetImplementedError();
    }
View Full Code Here

     *
     * @exception IllegalStateException If the Graphics
     * to be constrained has a complex transform.
     */
    public void constrain(int i, int j, int k, int l){
        throw new NotYetImplementedError();
    }
View Full Code Here

TOP

Related Classes of ikvm.internal.NotYetImplementedError

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.