Interface HasFillProperty
- All Known Implementing Classes:
Arc
,Circle
,LabeledText
,Line
,Path
,Rectangle
,Scene
,Shape
,SubtractShape
,SVGPath
,Text
public interface HasFillProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
-
Property Details
-
fill
- See Also:
-
-
Method Details
-
fillProperty
- Returns:
- the
fill
property - See Also:
-
setFill
Sets the value of thefill
property.- Property description:
- Parameters:
fill
- the value for thefill
property- See Also:
-
getFill
Gets the value of thefill
property.- Property description:
- Returns:
- the value of the
fill
property - See Also:
-