public class Outline extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
int |
alpha
Specifies line transparency (0-100)
|
Enums.Cap |
cap |
Enums.CompoundType |
cmpd |
Color |
color |
Enums.DashPattern |
dash |
Enums.JoinType |
joinType |
double |
miterLimit
If the
JoinType is set to the Miter, the MiterLimit property is
multiplied by half the width value to specify a distance at which the
intersection of lines is clipped. |
double |
width
Specifies line width
|
| 构造器和说明 |
|---|
Outline() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAlpha() |
Enums.Cap |
getCap() |
Enums.CompoundType |
getCmpd() |
Color |
getColor() |
Enums.DashPattern |
getDash() |
Enums.JoinType |
getJoinType() |
double |
getMiterLimit() |
double |
getWidth() |
Outline |
setAlpha(int alpha) |
Outline |
setCap(Enums.Cap cap) |
Outline |
setCmpd(Enums.CompoundType cmpd) |
Outline |
setColor(Color color) |
Outline |
setDash(Enums.DashPattern dash) |
Outline |
setJoinType(Enums.JoinType joinType) |
Outline |
setMiterLimit(double miterLimit) |
Outline |
setWidth(double width) |
public Color color
public int alpha
public double width
public Enums.Cap cap
public Enums.CompoundType cmpd
public Enums.DashPattern dash
public Enums.JoinType joinType
public double miterLimit
JoinType is set to the Miter, the MiterLimit property is
multiplied by half the width value to specify a distance at which the
intersection of lines is clipped.public Color getColor()
public int getAlpha()
public Outline setAlpha(int alpha)
public double getWidth()
public Outline setWidth(double width)
public Enums.Cap getCap()
public Enums.CompoundType getCmpd()
public Outline setCmpd(Enums.CompoundType cmpd)
public Enums.DashPattern getDash()
public Outline setDash(Enums.DashPattern dash)
public Enums.JoinType getJoinType()
public Outline setJoinType(Enums.JoinType joinType)
public double getMiterLimit()
public Outline setMiterLimit(double miterLimit)
Copyright © 2024. All rights reserved.