Searched defs:TYPE_BYTE_BINARY (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DBufferedImage.java255 public static final int TYPE_BYTE_BINARY = 12; field in class:BufferedImage
314 * @see #TYPE_BYTE_BINARY
445 case TYPE_BYTE_BINARY:
519 * TYPE_BYTE_BINARY or TYPE_BYTE_INDEXED.
521 * <p> If the image type is TYPE_BYTE_BINARY, the number of
534 * TYPE_BYTE_BINARY or TYPE_BYTE_INDEXED or if the imageType is
535 * TYPE_BYTE_BINARY and the color map has more than 16 entries.
536 * @see #TYPE_BYTE_BINARY
549 case TYPE_BYTE_BINARY:
560 ("Color map for TYPE_BYTE_BINARY "
[all...]

Completed in 35 milliseconds