public class CustomLineCap
extends java.lang.Object
Constructor and Description |
---|
CustomLineCap()
Constructs a newly allocated CustomLineCap object
|
Modifier and Type | Method and Description |
---|---|
LineCap |
getBaseCap()
Description goes here
|
float |
getBaseInset()
Description goes here
|
java.awt.Shape |
getCapShape()
Description goes here
|
LineJoin |
getStrokeJoin()
Description goes here
|
java.awt.Shape |
getTransformedShape()
Description goes here
|
float |
getWidthScale()
Description goes here
|
void |
setBaseCap(LineCap value)
Description goes here
|
void |
setBaseInset(float value)
Description goes here
|
void |
setStrokeJoin(LineJoin value)
Description goes here
|
void |
setTransformedShape(java.awt.Shape shape)
Description goes here
|
void |
setWidthScale(float value)
Description goes here
|
public CustomLineCap()
public LineCap getBaseCap()
public void setBaseCap(LineCap value)
value
- public float getBaseInset()
public void setBaseInset(float value)
value
- public java.awt.Shape getCapShape()
public LineJoin getStrokeJoin()
public void setStrokeJoin(LineJoin value)
value
- public java.awt.Shape getTransformedShape()
public void setTransformedShape(java.awt.Shape shape)
shape
- public float getWidthScale()
public void setWidthScale(float value)
value
- 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.