All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.webkit.graphics.WCImageFrame Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
 */
package com.sun.webkit.graphics;

public abstract class WCImageFrame extends Ref {
    
    public abstract WCImage getFrame();

    protected void destroyDecodedData() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy