public final class Fill
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FILL_BACKGROUND
Use the background fill color/pattern
|
static int |
FILL_PATTERN
Fill with a pattern (bitmap)
|
static int |
FILL_PICTURE
Center a picture in the shape
|
static int |
FILL_SHADE
Shade from start to end points
|
static int |
FILL_SHADE_CENTER
Shade from bounding rectangle to end point
|
static int |
FILL_SHADE_SCALE
Similar to FILL_SHADE, but the fill angle
is additionally scaled by the aspect ratio of
the shape.
|
static int |
FILL_SHADE_SHAPE
Shade from shape outline to end point
|
static int |
FILL_SHADE_TITLE
shade to title
|
static int |
FILL_SOLID
Fill with a solid color
|
static int |
FILL_TEXTURE
A texture (pattern with its own color map)
|
protected POILogger |
logger |
protected Shape |
shape
The shape this background applies to
|
Constructor and Description |
---|
Fill(Shape shape)
Construct a
Fill object for a shape. |
Modifier and Type | Method and Description |
---|---|
protected void |
afterInsert(Sheet sh) |
java.awt.Color |
getBackgroundColor()
Background color
|
protected EscherBSERecord |
getEscherBSERecord(int idx) |
int |
getFillType()
Returns fill type.
|
java.awt.Color |
getForegroundColor()
Foreground color
|
PictureData |
getPictureData()
PictureData object used in a texture, pattern of picture fill. |
void |
setBackgroundColor(java.awt.Color color)
Background color
|
void |
setFillType(int type)
Sets fill type.
|
void |
setForegroundColor(java.awt.Color color)
Foreground color
|
void |
setPictureData(int idx)
Assign picture used to fill the underlying shape.
|
protected POILogger logger
public static final int FILL_SOLID
public static final int FILL_PATTERN
public static final int FILL_TEXTURE
public static final int FILL_PICTURE
public static final int FILL_SHADE
public static final int FILL_SHADE_CENTER
public static final int FILL_SHADE_SHAPE
public static final int FILL_SHADE_SCALE
public static final int FILL_SHADE_TITLE
public static final int FILL_BACKGROUND
protected Shape shape
public Fill(Shape shape)
Fill
object for a shape.
Fill information will be read from shape's escher properties.shape
- the shape this background applies topublic int getFillType()
FILL_*
constants defined in this class.protected void afterInsert(Sheet sh)
protected EscherBSERecord getEscherBSERecord(int idx)
public void setFillType(int type)
FILL_*
constants defined in this class.type
- type of the fillpublic java.awt.Color getForegroundColor()
public void setForegroundColor(java.awt.Color color)
public java.awt.Color getBackgroundColor()
public void setBackgroundColor(java.awt.Color color)
public PictureData getPictureData()
PictureData
object used in a texture, pattern of picture fill.public void setPictureData(int idx)
idx
- 0-based index of the picture added to this ppt by SlideShow.addPicture
method.Copyright © 2005-2010 Potix Corporation. All Rights Reserved.