|
||||||||||
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
org.apache.poi.hslf.model.Line
public class Line
Represents a line in a PowerPoint drawing
Field Summary | |
---|---|
static int |
EndCapFlat
Line ends at end point |
static int |
EndCapRound
Rounded ends - the default |
static int |
EndCapSquare
Square protrudes by half line width |
static int |
LineDashDotDotSys
PS_DASHDOTDOT system dash style |
static int |
LineDashDotGEL
dash short dash |
static int |
LineDashDotSys
PS_DASHDOT system dash style |
static int |
LineDashGEL
dash style |
static int |
LineDashSys
PS_DASH system dash style |
static int |
LineDotGEL
square dot style |
static int |
LineDotSys
PS_DOT system dash style |
static int |
LineLongDashDotDotGEL
long dash short dash short dash |
static int |
LineLongDashDotGEL
long dash short dash |
static int |
LineLongDashGEL
long dash style |
static int |
LineSolid
Solid (continuous) pen |
Fields inherited from class org.apache.poi.hslf.model.Shape |
---|
_escherContainer, _parent, _sheet, EMU_PER_CENTIMETER, EMU_PER_INCH, EMU_PER_POINT, MASTER_DPI, PIXEL_DPI, POINT_DPI |
Constructor Summary | |
---|---|
|
Line()
|
protected |
Line(EscherContainerRecord escherRecord,
Shape parent)
|
|
Line(Shape parent)
|
Method Summary | |
---|---|
protected EscherContainerRecord |
createSpContainer(boolean isChild)
Create a new Shape |
Methods inherited from class org.apache.poi.hslf.model.SimpleShape |
---|
getLineColor, getLineStyle, getLineWidth, setFillColor, setLineColor, setLineStyle, setLineWidth |
Methods inherited from class org.apache.poi.hslf.model.Shape |
---|
afterInsert, getAnchor, getEscherChild, getEscherProperty, getParent, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setShapeType, setSheet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LineSolid
public static final int LineDashSys
public static final int LineDotSys
public static final int LineDashDotSys
public static final int LineDashDotDotSys
public static final int LineDotGEL
public static final int LineDashGEL
public static final int LineLongDashGEL
public static final int LineDashDotGEL
public static final int LineLongDashDotGEL
public static final int LineLongDashDotDotGEL
public static final int EndCapFlat
public static final int EndCapRound
public static final int EndCapSquare
Constructor Detail |
---|
protected Line(EscherContainerRecord escherRecord, Shape parent)
public Line(Shape parent)
public Line()
Method Detail |
---|
protected EscherContainerRecord createSpContainer(boolean isChild)
SimpleShape
createSpContainer
in class SimpleShape
isChild
- true
if the Line is inside a group, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |