public class GeometryPath extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GeometryPath.FillModeEnum
Path fill mode
|
Constructor and Description |
---|
GeometryPath() |
Modifier and Type | Method and Description |
---|---|
GeometryPath |
addPathDataItem(PathSegment pathDataItem) |
boolean |
equals(Object o) |
GeometryPath |
fillMode(GeometryPath.FillModeEnum fillMode) |
GeometryPath.FillModeEnum |
getFillMode()
Path fill mode
|
List<PathSegment> |
getPathData()
List of PathSegmen objects
|
int |
hashCode() |
Boolean |
isStroke()
Stroke
|
GeometryPath |
pathData(List<PathSegment> pathData) |
void |
setFillMode(GeometryPath.FillModeEnum fillMode) |
void |
setPathData(List<PathSegment> pathData) |
void |
setStroke(Boolean stroke) |
GeometryPath |
stroke(Boolean stroke) |
String |
toString() |
public GeometryPath fillMode(GeometryPath.FillModeEnum fillMode)
public GeometryPath.FillModeEnum getFillMode()
public void setFillMode(GeometryPath.FillModeEnum fillMode)
public GeometryPath stroke(Boolean stroke)
public Boolean isStroke()
public void setStroke(Boolean stroke)
public GeometryPath pathData(List<PathSegment> pathData)
public GeometryPath addPathDataItem(PathSegment pathDataItem)
public List<PathSegment> getPathData()
public void setPathData(List<PathSegment> pathData)
Copyright © 2023. All rights reserved.