http://www.eteks.com

com.eteks.awt.image
クラス Web216ColorModel

java.lang.Object
  |
  +--java.awt.image.ColorModel
        |
        +--java.awt.image.IndexColorModel
              |
              +--com.eteks.awt.image.Web216ColorModel
すべての実装インタフェース:
java.awt.Transparency

public class Web216ColorModel
extends java.awt.image.IndexColorModel

An example of IndexColorModel which uses a fixed palette consisting of the standard "safe 216 Web colors" + a tranparent color at index 216. Each Red, Green, Blue component of the 216 colors palette take a value among the 6 values of the following set : (0x00, 0x33, 0x66, 0x99, OxCC, OxFF). 6 power 3 makes 216 total possible combinations.

導入されたバージョン:
PJA2.3
バージョン:
2.3
作成者:
Fernando Echeverria, Emmanuel PUYBARET

クラス java.awt.image.ColorModel から継承したフィールド
pixel_bits, transferType
 
インタフェース java.awt.Transparency から継承したフィールド
BITMASK, OPAQUE, TRANSLUCENT
 
コンストラクタの概要
Web216ColorModel()
          Creates a color model with fixed Web216 palette.
 
クラス java.awt.image.IndexColorModel から継承したメソッド
convertToIntDiscrete, createCompatibleSampleModel, createCompatibleWritableRaster, finalize, getAlpha, getAlphas, getBlue, getBlues, getComponents, getComponents, getComponentSize, getDataElement, getDataElements, getDataElements, getGreen, getGreens, getMapSize, getRed, getReds, getRGB, getRGBs, getTransparency, getTransparentPixel, getValidPixels, isCompatibleRaster, isCompatibleSampleModel, isValid, isValid, toString
 
クラス java.awt.image.ColorModel から継承したメソッド
coerceData, equals, getAlpha, getAlphaRaster, getBlue, getColorSpace, getComponentSize, getGreen, getNormalizedComponents, getNumColorComponents, getNumComponents, getPixelSize, getRed, getRGB, getRGBdefault, getTransferType, getUnnormalizedComponents, hasAlpha, hashCode, isAlphaPremultiplied
 
クラス java.lang.Object から継承したメソッド
clone, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Web216ColorModel

public Web216ColorModel()
Creates a color model with fixed Web216 palette.

© 1997-2001 eTeks - All rights reserved