com.mebigfatguy.pixelle.eval
Class PixelleEval4ByteABGR
java.lang.Object
   com.mebigfatguy.pixelle.PixelleEval
com.mebigfatguy.pixelle.PixelleEval
       com.mebigfatguy.pixelle.eval.PixelleEval4ByteABGR
com.mebigfatguy.pixelle.eval.PixelleEval4ByteABGR
- public class PixelleEval4ByteABGR 
- extends PixelleEval
 
 
 
| Method Summary | 
|  double | getBlueValue(int x,
             int y)template method to get the blue value at a specific x and y
 | 
|  double | getGreenValue(int x,
              int y)template method to get the green value at a specific x and y
 | 
|  double | getRedValue(int x,
            int y)template method to get the red value at a specific x and y
 | 
|  double | getTransparencyValue(int x,
                     int y)template method to get the transparency value at a specific x and y
 | 
|  void | setValue(int x,
         int y,
         char pixelSpec,
         double value)sets the pixel value at the specified x, y
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PixelleEval4ByteABGR
public PixelleEval4ByteABGR(PixelleImage srcImage,
                            IndexOutOfBoundsOption iOption,
                            ColorOutOfBoundsOption cOption)
getTransparencyValue
public double getTransparencyValue(int x,
                                   int y)
- Description copied from class: PixelleEval
- template method to get the transparency value at a specific x and y
 
- 
- Specified by:
- getTransparencyValuein class- PixelleEval
 
- 
- Parameters:
- x- the x coordinate
- y- the y coordinate
- Returns:
- the pixel transparency value at the given coordinate
 
getBlueValue
public double getBlueValue(int x,
                           int y)
- Description copied from class: PixelleEval
- template method to get the blue value at a specific x and y
 
- 
- Specified by:
- getBlueValuein class- PixelleEval
 
- 
- Parameters:
- x- the x coordinate
- y- the y coordinate
- Returns:
- the pixel blue value at the given coordinate
 
getGreenValue
public double getGreenValue(int x,
                            int y)
- Description copied from class: PixelleEval
- template method to get the green value at a specific x and y
 
- 
- Specified by:
- getGreenValuein class- PixelleEval
 
- 
- Parameters:
- x- the x coordinate
- y- the y coordinate
- Returns:
- the pixel green value at the given coordinate
 
getRedValue
public double getRedValue(int x,
                          int y)
- Description copied from class: PixelleEval
- template method to get the red value at a specific x and y
 
- 
- Specified by:
- getRedValuein class- PixelleEval
 
- 
- Parameters:
- x- the x coordinate
- y- the y coordinate
- Returns:
- the pixel red value at the given coordinate
 
setValue
public void setValue(int x,
                     int y,
                     char pixelSpec,
                     double value)
- Description copied from class: PixelleEval
- sets the pixel value at the specified x, y
 
- 
- Overrides:
- setValuein class- PixelleEval
 
- 
- Parameters:
- x- the x coordinate
- y- the y coordinate
- pixelSpec- the component to set
- value- the value to set
 
Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.