Modifier and Type | Method and Description |
---|---|
DmlLine |
DmlShapeProperties.getLine()
Returns the line tag if one exists or else instantiates a new one.
|
Modifier and Type | Method and Description |
---|---|
DmlLine |
DmlLine.setCapType(DmlLineEndCapType inValue)
Specifies the line end cap type.
|
DmlLine |
DmlLine.setCompoundLineType(DmlCompoundLineType inValue)
Specifies the compound line type.
|
DmlLine |
DmlLine.setDash(DmlLineDash inValue)
Specifies the dash type.
|
DmlLine |
DmlLine.setDash(DmlPresetLineDashType inValue)
Specifies the dash type.
|
DmlLine |
DmlLine.setFill(Color inColor)
Specifies the color for a solid fill to be used for the shape.
|
DmlLine |
DmlLine.setFill(DmlFill inValue)
Specifies the fill type that should be used for the shape.
|
DmlLine |
DmlLine.setLineJoin(DmlLineJoin inValue)
Specifies the line join that should be used for the shape.
|
DmlLine |
DmlLine.setPenAlignmentType(DmlPenAlignmentType inValue)
Specifies the pen alignment type.
|
DmlLine |
DmlLine.setWidth(GfxSize inValue)
Specifies the fill type that should be used for the shape.
|
Modifier and Type | Method and Description |
---|---|
DmlFormatScheme |
DmlFormatScheme.addLineStyle(DmlLine inValue) |
Modifier and Type | Method and Description |
---|---|
DmlLine |
SsDrawShapeProperties.getOrCreateLine()
Returns the line tag if one exists or else instantiates a new one.
|
jataylor@hairyfatguy.com