gnu.awt.j2d

Class MappedRaster


public class MappedRaster
extends Object

Constructor Summary

MappedRaster(WritableRaster raster, ColorModel cm)

Method Summary

ColorModel
getColorModel()
WritableRaster
getRaster()

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

MappedRaster

public MappedRaster(WritableRaster raster,
                    ColorModel cm)

Method Details

getColorModel

public final ColorModel getColorModel()

getRaster

public final WritableRaster getRaster()

Copyright (C) 2000 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.