public class GIFGraphics2D extends ImageGraphics2D
Modifier and Type | Field and Description |
---|---|
static String |
QUANTIZE_COLORS |
static String |
QUANTIZE_MODE |
static String |
version |
ANTIALIAS, ANTIALIAS_TEXT, BACKGROUND, BACKGROUND_COLOR, component, COMPRESS, COMPRESS_DESCRIPTION, COMPRESS_MODE, COMPRESS_QUALITY, format, image, os, PROGRESSIVE, TRANSPARENT
hostGraphics, KEY_SYMBOL_BLIT, lineWidth, resolution, tagHandler, VALUE_SYMBOL_BLIT_OFF, VALUE_SYMBOL_BLIT_ON
NUMBER_OF_HORIZ_ALIGNMENTS, NUMBER_OF_SYMBOLS, NUMBER_OF_VERTICAL_ALIGNMENTS, SYMBOL_BOX, SYMBOL_CIRCLE, SYMBOL_CROSS, SYMBOL_DIAMOND, SYMBOL_DN_TRIANGLE, SYMBOL_HLINE, SYMBOL_PLUS, SYMBOL_STAR, SYMBOL_UP_TRIANGLE, SYMBOL_VLINE, TEXT_BASELINE, TEXT_BOTTOM, TEXT_CENTER, TEXT_LEFT, TEXT_RIGHT, TEXT_TOP
Constructor and Description |
---|
GIFGraphics2D(File file,
Component component) |
GIFGraphics2D(File file,
Dimension size) |
GIFGraphics2D(OutputStream os,
Component component) |
GIFGraphics2D(OutputStream os,
Dimension size) |
Modifier and Type | Method and Description |
---|---|
static Properties |
getDefaultProperties() |
static void |
setDefaultProperties(Properties newProperties) |
canWriteTransparent, canWriteUncompressed, closeStream, create, create, createBufferedImage, endExport, generateThumbnail, getDefaultProperties, getImageWriters, getPreferredImageWriter, getPreferredImageWriterForMIMEType, getRAWProperties, handleException, readImage, setProperties, startExport, toByteArray, write, writeImage, writeImage
addRenderingHints, clearRect, clearRect, clip, clipRect, clipRect, copyArea, createShape, dispose, draw, drawArc, drawGlyphVector, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawLine, drawOval, drawPolygon, drawPolygon, drawPolyline, drawRect, drawRenderableImage, drawRenderedImage, drawString, drawString, drawString, drawString, drawString, drawSymbol, fill, fillAndDrawSymbol, fillArc, fillOval, fillPolygon, fillPolygon, fillRect, fillSymbol, getClip, getClipBounds, getClipBounds, getComposite, getDeviceConfiguration, getFontMetrics, getFontRenderContext, getRenderingHint, getRenderingHints, getStroke, getTransform, hit, isDisplayLocal, isDisplayX11, printComment, rotate, rotate, scale, setBackground, setClip, setClip, setClip, setColor, setComposite, setFont, setHostGraphics, setLineWidth, setPaint, setPaintMode, setRenderingHint, setRenderingHints, setStroke, setTransform, setXORMode, shear, toString, transform, translate, translate
createShape, drawArc, drawLine, drawOval, drawPolygon, drawPolyline, drawRect, drawRoundRect, drawRoundRect, drawString, drawString, drawString, drawString, drawString, drawSymbol, drawSymbol, fillAndDraw, fillAndDrawSymbol, fillArc, fillOval, fillPolygon, fillRect, fillRoundRect, fillRoundRect, fillSymbol, fillSymbol, getBackground, getColor, getColorMode, getCreator, getFont, getPaint, getPrintColor, getProperties, getProperty, getPropertyColor, getPropertyDimension, getPropertyDouble, getPropertyInsets, getPropertyInt, getPropertyRectangle, initProperties, isDeviceIndependent, isProperty, setColorMode, setCreator, setDeviceIndependent, setLineWidth
create, create, fill, getSymbol, getTextAlignment, getXalignment, getYalignment
draw3DRect, fill3DRect
drawBytes, drawChars, finalize, getClipRect, getFontMetrics, hitClip
public static final String QUANTIZE_COLORS
public static final String QUANTIZE_MODE
public static String version
public GIFGraphics2D(File file, Dimension size) throws FileNotFoundException
FileNotFoundException
public GIFGraphics2D(File file, Component component) throws FileNotFoundException
FileNotFoundException
public GIFGraphics2D(OutputStream os, Dimension size)
public GIFGraphics2D(OutputStream os, Component component)
public static Properties getDefaultProperties()
public static void setDefaultProperties(Properties newProperties)
Copyright © 2014. All rights reserved.