|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xslf.usermodel.LineCap
public class LineCap
Field Summary | |
---|---|
static LineCap |
FLAT
Line ends at end point |
static LineCap |
ROUND
Rounded ends |
static LineCap |
SQUARE
Square protrudes by half line width |
Constructor Summary | |
---|---|
LineCap(int ordinal)
|
Method Summary | |
---|---|
int |
ordinal()
|
static LineCap[] |
values()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final LineCap ROUND
public static final LineCap SQUARE
public static final LineCap FLAT
Constructor Detail |
---|
public LineCap(int ordinal)
Method Detail |
---|
public int ordinal()
public static LineCap[] values()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |