public class GraphicsSetPatternSymbol extends AbstractGraphicsDrawingOrder
AbstractAFPObject.Category, AbstractAFPObject.Type
Modifier and Type | Field and Description |
---|---|
static byte |
BLANK
blank (same as no fill)
|
static byte |
DIAGONAL_LINES_BLTR_1
diagonal lines, bottom left to top right 1
|
static byte |
DIAGONAL_LINES_BLTR_2
diagonal lines, bottom left to top right 2
|
static byte |
DIAGONAL_LINES_TLBR_1
diagonal lines, top left to bottom right 1
|
static byte |
DIAGONAL_LINES_TLBR_2
diagonal lines, top left to bottom right 2
|
static byte |
DOTTED_DENSITY_1
dotted density 1
|
static byte |
DOTTED_DENSITY_2
dotted density 2
|
static byte |
DOTTED_DENSITY_3
dotted density 3
|
static byte |
DOTTED_DENSITY_4
dotted density 4
|
static byte |
DOTTED_DENSITY_5
dotted density 5
|
static byte |
DOTTED_DENSITY_6
dotted density 6
|
static byte |
DOTTED_DENSITY_7
dotted density 7
|
static byte |
DOTTED_DENSITY_8
dotted density 8
|
static byte |
HORIZONTAL_LINES
horizontal lines
|
static byte |
NO_FILL
no fill
|
static byte |
SOLID_FILL
solid fill
|
static byte |
VERTICAL_LINES
dotted density 9
|
LOG, SF_CLASS, SF_HEADER_LENGTH
Constructor and Description |
---|
GraphicsSetPatternSymbol(byte pattern)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getDataLength()
Returns the data length of this structured field
|
java.lang.String |
toString() |
void |
writeToStream(java.io.OutputStream os)
DataStream objects must implement the writeToStream()
method to write its data to the given OutputStream
|
getName
copySF, copySF, truncate, writeChunksToStream, writeObjects
public static final byte DOTTED_DENSITY_1
public static final byte DOTTED_DENSITY_2
public static final byte DOTTED_DENSITY_3
public static final byte DOTTED_DENSITY_4
public static final byte DOTTED_DENSITY_5
public static final byte DOTTED_DENSITY_6
public static final byte DOTTED_DENSITY_7
public static final byte DOTTED_DENSITY_8
public static final byte VERTICAL_LINES
public static final byte HORIZONTAL_LINES
public static final byte DIAGONAL_LINES_BLTR_1
public static final byte DIAGONAL_LINES_BLTR_2
public static final byte DIAGONAL_LINES_TLBR_1
public static final byte DIAGONAL_LINES_TLBR_2
public static final byte NO_FILL
public static final byte SOLID_FILL
public static final byte BLANK
public GraphicsSetPatternSymbol(byte pattern)
pattern
- the pattern symbol to usepublic int getDataLength()
public void writeToStream(java.io.OutputStream os) throws java.io.IOException
os
- the outputsteam streamjava.io.IOException
- an I/O exception of some sort has occurred.public java.lang.String toString()
toString
in class java.lang.Object
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.