代码搜索:BufferedImage

找到约 1,771 项符合「BufferedImage」的源代码

代码结果 1,771
www.eeworm.com/read/104806/6201353

java texturepaintdemo.java

import java.awt.*; import java.awt.geom.*; import java.net.*; import java.awt.image.BufferedImage; import java.applet.*; public class TexturePaintDemo extends Applet { private BufferedImag
www.eeworm.com/read/104766/6202291

java skinimagecache.java

// Beta package com.stefankrause.xplookandfeel.skin; /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * XP Look and Feel
www.eeworm.com/read/102637/6231110

java mazebreadthfirstsearch.java

import javax.swing.*; import java.awt.*; import java.awt.image.*; import java.awt.event.*; /** * Title: MazeBreadthFirstSearch * Description: Demo program for Java AI Programming * Co
www.eeworm.com/read/102267/6234246

java randompaint.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/102267/6234254

java imageops.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/101039/6260163

java compiereutils.java

/****************************************************************************** * The contents of this file are subject to the Compiere License Version 1.1 * ("License"); You may not use this f
www.eeworm.com/read/492068/6423890

java facecollage.java

package image.collage; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.util.ArrayList; import javax.imageio.ImageIO; public class FaceColl
www.eeworm.com/read/491595/6430805

java jwebcamplayer.java

/* * JWebcamPlayer.java * * Created on March 21, 2005, 1:31 AM */ /** * * @author Alvaro Salmador (nx5) (naplam33 at msn.com) */ import java.applet.*; import java.applet.AppletContext.*; im
www.eeworm.com/read/489987/6465019

java histogramequalizer.java

import java.awt.image.*; /* * HistogramEqualizer.java * * Created on 01/05/2004, 11:51pm * The algorithm and code are based on the "imageprocessing" package of "Java Image Processing API version
www.eeworm.com/read/485113/6564531

java imageops.java

/* * @(#)ImageOps.java 1.6 98/12/03 * * Copyright 1998 by Sun Microsystems, Inc., * 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. * All rights reserved. * * This software is the co