124125126127128129130
* fuir = FontManager.getCompositeFontUIResource(desktopFont); * } * return fuir; */ public static FontUIResource getCompositeFontUIResource(Font font) { throw new NotYetImplementedError(); }
128129130131132133134
public static FontUIResource getCompositeFontUIResource(Font font) { throw new NotYetImplementedError(); } public static Font2D getNewComposite(String family, int style, Font2D handle) { throw new NotYetImplementedError(); }
* 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(); }
236237238239240241242
} } } static void freeIntPointer(int ptr){ throw new NotYetImplementedError(); }
239240241242243244245
static void freeIntPointer(int ptr){ throw new NotYetImplementedError(); } static void freeLongPointer(long ptr){ throw new NotYetImplementedError(); }
242243244245246247248
} static void freeLongPointer(long ptr){ throw new NotYetImplementedError(); } private static void freeIntMemory(int[] glyphPtrs, long pContext){ throw new NotYetImplementedError(); }
245246247248249250251
} private static void freeIntMemory(int[] glyphPtrs, long pContext){ throw new NotYetImplementedError(); } private static void freeLongMemory(long[] glyphPtrs, long pContext){ throw new NotYetImplementedError(); }
30313233343536
* Replacement for compiling only */ public class ShapeSpanIterator implements SpanIterator{ public ShapeSpanIterator(boolean normalize){ throw new NotYetImplementedError(); }
802803804805806807808
/* * Intersect usrClip bounds and device bounds to determine the composite * rendering boundaries. */ public Region getCompClip() { throw new NotYetImplementedError(); }
818819820821822823824
* * @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(); }