|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.model.Shape
org.apache.poi.hslf.model.SimpleShape
public abstract class SimpleShape
An abstract simple (non-group) shape. This is the parent class for all primitive shapes like Line, Rectangle, etc.
Field Summary | |
---|---|
static double |
DEFAULT_LINE_WIDTH
|
Fields inherited from class org.apache.poi.hslf.model.Shape |
---|
EMU_PER_CENTIMETER, EMU_PER_INCH, EMU_PER_POINT, MASTER_DPI, PIXEL_DPI, POINT_DPI |
Method Summary | |
---|---|
void |
draw(java.awt.Graphics2D graphics)
|
java.awt.Color |
getFillColor()
The color used to fill this shape. |
boolean |
getFlipHorizontal()
Whether the shape is horizontally flipped |
boolean |
getFlipVertical()
Whether the shape is vertically flipped |
java.awt.Color |
getLineColor()
|
int |
getLineDashing()
Gets line dashing. |
int |
getLineStyle()
Returns line style. |
double |
getLineWidth()
Returns width of the line in in points |
java.awt.geom.Rectangle2D |
getLogicalAnchor2D()
|
int |
getRotation()
Rotation angle in degrees |
void |
setFillColor(java.awt.Color color)
The color used to fill this shape. |
void |
setHyperlink(Hyperlink link)
|
void |
setLineColor(java.awt.Color color)
Sets the color of line |
void |
setLineDashing(int pen)
Sets line dashing. |
void |
setLineStyle(int style)
Sets line style. |
void |
setLineWidth(double width)
Sets the width of line in in points |
void |
setRotation(int theta)
Rotate this shape |
Methods inherited from class org.apache.poi.hslf.model.Shape |
---|
getAnchor, getAnchor2D, getEscherChild, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getHyperlink, getOutline, getParent, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setEscherProperty, setShapeId, setShapeType, setSheet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double DEFAULT_LINE_WIDTH
Method Detail |
---|
public double getLineWidth()
public void setLineWidth(double width)
width
- the width of line in in pointspublic void setLineColor(java.awt.Color color)
color
- new color of the linepublic java.awt.Color getLineColor()
java.awt.Color.black
public int getLineDashing()
public void setLineDashing(int pen)
pen
- new style of the line.public void setLineStyle(int style)
style
- new style of the line.public int getLineStyle()
public java.awt.Color getFillColor()
public void setFillColor(java.awt.Color color)
color
- the background colorpublic boolean getFlipHorizontal()
public boolean getFlipVertical()
public int getRotation()
public void setRotation(int theta)
theta
- the rotation angle in degreespublic java.awt.geom.Rectangle2D getLogicalAnchor2D()
getLogicalAnchor2D
in class Shape
public void draw(java.awt.Graphics2D graphics)
draw
in class Shape
public void setHyperlink(Hyperlink link)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |