|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Graphics java.awt.Graphics2D org.freehep.graphics2d.VectorGraphics org.freehep.graphics2d.AbstractVectorGraphics org.freehep.graphics2d.PixelGraphics2D org.freehep.graphicsio.ImageGraphics2D org.freehep.graphicsio.gif.GIFGraphics2D
Field Summary | |
static String |
QUANTIZE_COLORS
|
static String |
QUANTIZE_MODE
|
Fields inherited from class org.freehep.graphicsio.ImageGraphics2D |
ANTIALIAS, ANTIALIAS_TEXT, BACKGROUND, BACKGROUND_COLOR, component, COMPRESS, COMPRESS_DESCRIPTION, COMPRESS_MODE, COMPRESS_QUALITY, format, image, os, PROGRESSIVE, TRANSPARENT |
Fields inherited from class org.freehep.graphics2d.PixelGraphics2D |
hostGraphics, KEY_SYMBOL_BLIT, lineWidth, resolution, tagHandler, VALUE_SYMBOL_BLIT_OFF, VALUE_SYMBOL_BLIT_ON |
Fields inherited from interface org.freehep.graphics2d.VectorGraphicsConstants |
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 Summary | |
GIFGraphics2D(File file,
Component component)
|
|
GIFGraphics2D(File file,
Dimension size)
|
|
GIFGraphics2D(OutputStream os,
Component component)
|
|
GIFGraphics2D(OutputStream os,
Dimension size)
|
Method Summary | |
static Properties |
getDefaultProperties()
|
static void |
setDefaultProperties(Properties newProperties)
|
Methods inherited from class org.freehep.graphicsio.ImageGraphics2D |
canWriteTransparent, canWriteUncompressed, closeStream, create, create, createBufferedImage, endExport, generateThumbnail, getDefaultProperties, getPreferredImageWriter, getPreferredImageWriterForMIMEType, handleException, readImage, setProperties, startExport, write, writeImage, writeImage |
Methods inherited from class org.freehep.graphics2d.AbstractVectorGraphics |
createShape, drawArc, drawLine, drawOval, drawPolygon, drawPolyline, drawRect, drawRoundRect, drawRoundRect, 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 |
Methods inherited from class org.freehep.graphics2d.VectorGraphics |
create, create, getSymbol, getTextAlignment, getXalignment, getYalignment |
Methods inherited from class java.awt.Graphics2D |
draw3DRect, fill3DRect |
Methods inherited from class java.awt.Graphics |
drawBytes, drawChars, finalize, getClipRect, getFontMetrics, hitClip |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String QUANTIZE_COLORS
public static final String QUANTIZE_MODE
Constructor Detail |
public GIFGraphics2D(File file, Dimension size) throws FileNotFoundException
public GIFGraphics2D(File file, Component component) throws FileNotFoundException
public GIFGraphics2D(OutputStream os, Dimension size)
public GIFGraphics2D(OutputStream os, Component component)
Method Detail |
public static Properties getDefaultProperties()
public static void setDefaultProperties(Properties newProperties)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |