public static class Annot.Border
extends java.lang.Object
Border
is an inner class defined for the annotation border.Constructor and Description |
---|
Annot.Border() |
Modifier and Type | Method and Description |
---|---|
float |
getCloudIntensity()
Get the cloud intensity.
|
float[] |
getDashPattern()
Get the dash array.
|
float |
getDashPhase()
Get the dash phase.
|
int |
getStyle()
Get the border style.
|
float |
getWidth()
Get the width of border.
|
void |
setCloudIntensity(float cloudIntensity)
Set the cloud intensity.
|
void |
setDashPattern(float[] dashPttern)
Set the dash pattern.
|
void |
setDashPhase(float phase)
Set the dash phase.
|
void |
setStyle(int style)
Set the border style.
|
void |
setWidth(float width)
Set the border width.
|
public float getCloudIntensity()
public void setCloudIntensity(float cloudIntensity)
cloudIntensity
- The intensity of the cloudy effect.public float[] getDashPattern()
public int getStyle()
public float getWidth()
public float getDashPhase()
public void setDashPattern(float[] dashPttern)
dashPttern
length is greater than 16,
we will take 16 front.dashPttern
- The specified dash pattern.public void setStyle(int style)
style
- The specified style of the border.public void setWidth(float width)
width
- The specified width of the border.public void setDashPhase(float phase)
phase
- The specified dash phase.