Package ikvm.internal

Examples of ikvm.internal.NotYetImplementedError


    public Font createNetFont(java.awt.Font font){
        throw new NotYetImplementedError();
    }

    public int getNumSlots() {
        throw new NotYetImplementedError();
    }
View Full Code Here


    public int getNumSlots() {
        throw new NotYetImplementedError();
    }
   
    public PhysicalFont getSlotFont(int slot) {
        throw new NotYetImplementedError();
    }
View Full Code Here

        this(font, getString(ci), frc);
    }


    public StandardGlyphVector(Font font, int[] glyphCodes, FontRenderContext frc){
        throw new NotYetImplementedError();
    }
View Full Code Here

    }


    @Override
    public GlyphJustificationInfo getGlyphJustificationInfo(int glyphIndex){
        throw new NotYetImplementedError();
    }
View Full Code Here

        return new GlyphMetrics( true, advance.x, advance.y, bounds, (byte)0 );
    }

    @Override
    public Shape getGlyphOutline(int glyphIndex){
        throw new NotYetImplementedError();
    }
View Full Code Here

        return positionReturn;
    }

    @Override
    public AffineTransform getGlyphTransform(int glyphIndex){
        throw new NotYetImplementedError();
    }
View Full Code Here

    }


    @Override
    public void performDefaultLayout(){
        throw new NotYetImplementedError();
    }
View Full Code Here

    }


    @Override
    public void setGlyphPosition(int glyphIndex, Point2D newPos){
        throw new NotYetImplementedError();
    }
View Full Code Here

    }


    @Override
    public void setGlyphTransform(int glyphIndex, AffineTransform newTX){
        throw new NotYetImplementedError();
    }
View Full Code Here

*/
public class WPrinterJob extends RasterPrinterJob{

    @Override
    protected void abortDoc(){
        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.