T
- public class Fill<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Fill.UnmodifiableFill<T> |
Modifier and Type | Field and Description |
---|---|
static ColorFill |
BLACK |
static Fill<Object> |
NONE |
static ColorFill |
WHITE |
Modifier and Type | Method and Description |
---|---|
T |
getFill() |
FillRule |
getFillRule() |
Double |
getOpacity() |
Fill<T> |
setFill(T fill) |
Fill<T> |
setFillRule(FillRule fillRule) |
Fill<T> |
setOpacity(Double opacity) |
Copyright © 2018 Xalys. All rights reserved.