Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
Modifier and Type | Method and Description |
---|---|
static WritablePixelFormat<java.nio.ByteBuffer> |
PixelFormat.getByteBgraInstance() |
static WritablePixelFormat<java.nio.ByteBuffer> |
PixelFormat.getByteBgraPreInstance() |
static WritablePixelFormat<java.nio.IntBuffer> |
PixelFormat.getIntArgbInstance() |
static WritablePixelFormat<java.nio.IntBuffer> |
PixelFormat.getIntArgbPreInstance() |
Modifier and Type | Method and Description |
---|---|
void |
PixelReader.getPixels(int x,
int y,
int w,
int h,
WritablePixelFormat<java.nio.ByteBuffer> pixelformat,
byte[] buffer,
int offset,
int scanlineStride)
Reads pixel data from a rectangular region of the surface into the
specified byte array.
|
void |
PixelReader.getPixels(int x,
int y,
int w,
int h,
WritablePixelFormat<java.nio.IntBuffer> pixelformat,
int[] buffer,
int offset,
int scanlineStride)
Reads pixel data from a rectangular region of the surface into the
specified int array.
|
<T extends java.nio.Buffer> |
PixelReader.getPixels(int x,
int y,
int w,
int h,
WritablePixelFormat<T> pixelformat,
T buffer,
int scanlineStride)
Reads pixel data from a rectangular region of the surface into the
specified buffer.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to