public class MorphLineStyle extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
endCapsStyle |
int |
endColor |
int |
endWidth |
MorphFillStyle |
fillType |
boolean |
hasFill |
int |
jointStyle |
int |
miterLimit |
boolean |
noClose |
boolean |
noHScale |
boolean |
noVScale |
boolean |
pixelHinting |
int |
startCapsStyle |
int |
startColor
colors as ints: 0xAARRGGBB
|
int |
startWidth |
| Constructor and Description |
|---|
MorphLineStyle() |
public int startWidth
public int endWidth
public int startCapsStyle
public int jointStyle
public boolean hasFill
public boolean noHScale
public boolean noVScale
public boolean pixelHinting
public boolean noClose
public int endCapsStyle
public int miterLimit
public MorphFillStyle fillType
public int startColor
public int endColor
Copyright © 2018 The Apache Software Foundation. All rights reserved.