Java Doc for Raster.java in  » Apache-Harmony-Java-SE » java-package » java » awt » image » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Apache Harmony Java SE » java package » java.awt.image 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   java.awt.image.Raster

All known Subclasses:   java.awt.image.WritableRaster,
Raster
public class Raster (Code)


Field Summary
protected  DataBufferdataBuffer
    
protected  intheight
    
protected  intminX
    
protected  intminY
    
protected  intnumBands
    
protected  intnumDataElements
    
protected  Rasterparent
    
protected  SampleModelsampleModel
    
protected  intsampleModelTranslateX
    
protected  intsampleModelTranslateY
    
protected  intwidth
    

Constructor Summary
protected  Raster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin)
    
protected  Raster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point sampleModelTranslate, Raster parent)
    
protected  Raster(SampleModel sampleModel, Point origin)
    

Method Summary
public static  WritableRastercreateBandedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int bankIndices, int bandOffsets, Point location)
    
public static  WritableRastercreateBandedRaster(int dataType, int w, int h, int scanlineStride, int bankIndices, int bandOffsets, Point location)
    
public static  WritableRastercreateBandedRaster(int dataType, int w, int h, int bands, Point location)
    
public  RastercreateChild(int parentX, int parentY, int width, int height, int childMinX, int childMinY, int bandList)
    
public  WritableRastercreateCompatibleWritableRaster()
    
public  WritableRastercreateCompatibleWritableRaster(int w, int h)
    
public  WritableRastercreateCompatibleWritableRaster(int x, int y, int w, int h)
    
public  WritableRastercreateCompatibleWritableRaster(Rectangle rect)
    
public static  WritableRastercreateInterleavedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int pixelStride, int bandOffsets, Point location)
    
public static  WritableRastercreateInterleavedRaster(int dataType, int w, int h, int scanlineStride, int pixelStride, int bandOffsets, Point location)
    
public static  WritableRastercreateInterleavedRaster(int dataType, int w, int h, int bands, Point location)
    
public static  WritableRastercreatePackedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int bandMasks, Point location)
    
public static  WritableRastercreatePackedRaster(DataBuffer dataBuffer, int w, int h, int bitsPerPixel, Point location)
    
public static  WritableRastercreatePackedRaster(int dataType, int w, int h, int bands, int bitsPerBand, Point location)
    
public static  WritableRastercreatePackedRaster(int dataType, int w, int h, int bandMasks, Point location)
    
public static  RastercreateRaster(SampleModel sm, DataBuffer db, Point location)
    
public  RastercreateTranslatedChild(int childMinX, int childMinY)
    
public static  WritableRastercreateWritableRaster(SampleModel sm, DataBuffer db, Point location)
    
public static  WritableRastercreateWritableRaster(SampleModel sm, Point location)
    
public  RectanglegetBounds()
    
public  DataBuffergetDataBuffer()
    
public  ObjectgetDataElements(int x, int y, int w, int h, Object outData)
    
public  ObjectgetDataElements(int x, int y, Object outData)
    
final public  intgetHeight()
    
final public  intgetMinX()
    
final public  intgetMinY()
    
final public  intgetNumBands()
    
final public  intgetNumDataElements()
    
public  RastergetParent()
    
public  double[]getPixel(int x, int y, double dArray)
    
public  float[]getPixel(int x, int y, float fArray)
    
public  int[]getPixel(int x, int y, int iArray)
    
public  double[]getPixels(int x, int y, int w, int h, double dArray)
    
public  float[]getPixels(int x, int y, int w, int h, float fArray)
    
public  int[]getPixels(int x, int y, int w, int h, int iArray)
    
public  intgetSample(int x, int y, int b)
    
public  doublegetSampleDouble(int x, int y, int b)
    
public  floatgetSampleFloat(int x, int y, int b)
    
public  SampleModelgetSampleModel()
    
final public  intgetSampleModelTranslateX()
    
final public  intgetSampleModelTranslateY()
    
public  double[]getSamples(int x, int y, int w, int h, int b, double dArray)
    
public  float[]getSamples(int x, int y, int w, int h, int b, float fArray)
    
public  int[]getSamples(int x, int y, int w, int h, int b, int iArray)
    
final public  intgetTransferType()
    
final public  intgetWidth()
    

Field Detail
dataBuffer
protected DataBuffer dataBuffer(Code)



height
protected int height(Code)



minX
protected int minX(Code)



minY
protected int minY(Code)



numBands
protected int numBands(Code)



numDataElements
protected int numDataElements(Code)



parent
protected Raster parent(Code)



sampleModel
protected SampleModel sampleModel(Code)



sampleModelTranslateX
protected int sampleModelTranslateX(Code)



sampleModelTranslateY
protected int sampleModelTranslateY(Code)



width
protected int width(Code)




Constructor Detail
Raster
protected Raster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin)(Code)



Raster
protected Raster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point sampleModelTranslate, Raster parent)(Code)



Raster
protected Raster(SampleModel sampleModel, Point origin)(Code)




Method Detail
createBandedRaster
public static WritableRaster createBandedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int bankIndices, int bandOffsets, Point location)(Code)



createBandedRaster
public static WritableRaster createBandedRaster(int dataType, int w, int h, int scanlineStride, int bankIndices, int bandOffsets, Point location)(Code)



createBandedRaster
public static WritableRaster createBandedRaster(int dataType, int w, int h, int bands, Point location)(Code)



createChild
public Raster createChild(int parentX, int parentY, int width, int height, int childMinX, int childMinY, int bandList)(Code)



createCompatibleWritableRaster
public WritableRaster createCompatibleWritableRaster()(Code)



createCompatibleWritableRaster
public WritableRaster createCompatibleWritableRaster(int w, int h)(Code)



createCompatibleWritableRaster
public WritableRaster createCompatibleWritableRaster(int x, int y, int w, int h)(Code)



createCompatibleWritableRaster
public WritableRaster createCompatibleWritableRaster(Rectangle rect)(Code)



createInterleavedRaster
public static WritableRaster createInterleavedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int pixelStride, int bandOffsets, Point location)(Code)



createInterleavedRaster
public static WritableRaster createInterleavedRaster(int dataType, int w, int h, int scanlineStride, int pixelStride, int bandOffsets, Point location)(Code)



createInterleavedRaster
public static WritableRaster createInterleavedRaster(int dataType, int w, int h, int bands, Point location)(Code)



createPackedRaster
public static WritableRaster createPackedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int bandMasks, Point location)(Code)



createPackedRaster
public static WritableRaster createPackedRaster(DataBuffer dataBuffer, int w, int h, int bitsPerPixel, Point location)(Code)



createPackedRaster
public static WritableRaster createPackedRaster(int dataType, int w, int h, int bands, int bitsPerBand, Point location)(Code)



createPackedRaster
public static WritableRaster createPackedRaster(int dataType, int w, int h, int bandMasks, Point location)(Code)



createRaster
public static Raster createRaster(SampleModel sm, DataBuffer db, Point location)(Code)



createTranslatedChild
public Raster createTranslatedChild(int childMinX, int childMinY)(Code)



createWritableRaster
public static WritableRaster createWritableRaster(SampleModel sm, DataBuffer db, Point location)(Code)



createWritableRaster
public static WritableRaster createWritableRaster(SampleModel sm, Point location)(Code)



getBounds
public Rectangle getBounds()(Code)



getDataBuffer
public DataBuffer getDataBuffer()(Code)



getDataElements
public Object getDataElements(int x, int y, int w, int h, Object outData)(Code)



getDataElements
public Object getDataElements(int x, int y, Object outData)(Code)



getHeight
final public int getHeight()(Code)



getMinX
final public int getMinX()(Code)



getMinY
final public int getMinY()(Code)



getNumBands
final public int getNumBands()(Code)



getNumDataElements
final public int getNumDataElements()(Code)



getParent
public Raster getParent()(Code)



getPixel
public double[] getPixel(int x, int y, double dArray)(Code)



getPixel
public float[] getPixel(int x, int y, float fArray)(Code)



getPixel
public int[] getPixel(int x, int y, int iArray)(Code)



getPixels
public double[] getPixels(int x, int y, int w, int h, double dArray)(Code)



getPixels
public float[] getPixels(int x, int y, int w, int h, float fArray)(Code)



getPixels
public int[] getPixels(int x, int y, int w, int h, int iArray)(Code)



getSample
public int getSample(int x, int y, int b)(Code)



getSampleDouble
public double getSampleDouble(int x, int y, int b)(Code)



getSampleFloat
public float getSampleFloat(int x, int y, int b)(Code)



getSampleModel
public SampleModel getSampleModel()(Code)



getSampleModelTranslateX
final public int getSampleModelTranslateX()(Code)



getSampleModelTranslateY
final public int getSampleModelTranslateY()(Code)



getSamples
public double[] getSamples(int x, int y, int w, int h, int b, double dArray)(Code)



getSamples
public float[] getSamples(int x, int y, int w, int h, int b, float fArray)(Code)



getSamples
public int[] getSamples(int x, int y, int w, int h, int b, int iArray)(Code)



getTransferType
final public int getTransferType()(Code)



getWidth
final public int getWidth()(Code)



Methods inherited from java.lang.Object
protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object object)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final public Class<? extends Object> getClass()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
final public void notify()(Code)(Java Doc)
final public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final public void wait(long millis, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait(long millis) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.