public final class AdjustableArrowCap extends CustomLineCap
| Constructor and Description |
|---|
AdjustableArrowCap(float width,
float height,
boolean isFilled)
Constructs a newly allocated AdjustableArrowCap object
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Shape |
getCapShape()
Description goes here
|
boolean |
getFilled()
Description goes here
|
float |
getHeight()
Description goes here
|
float |
getMiddleInset()
Description goes here
|
float |
getWidth()
Description goes here
|
boolean |
isFilled()
Description goes here
|
void |
setFilled(boolean value)
Description goes here
|
void |
setHeight(float value)
Description goes here
|
void |
setMiddleInset(float value)
Description goes here
|
void |
setWidth(float value)
Description goes here
|
getBaseCap, getBaseInset, getStrokeJoin, getTransformedShape, getWidthScale, setBaseCap, setBaseInset, setStrokeJoin, setTransformedShape, setWidthScalepublic AdjustableArrowCap(float width,
float height,
boolean isFilled)
width - height - isFilled - public java.awt.Shape getCapShape()
getCapShape in class CustomLineCappublic boolean isFilled()
public void setFilled(boolean value)
value - public float getHeight()
public void setHeight(float value)
value - public float getMiddleInset()
public void setMiddleInset(float value)
value - public float getWidth()
public void setWidth(float value)
value - public boolean getFilled()
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.