56 | | ^(Write comments for this or later revisions here.) |
| 56 | * The current situation with properties is as follow: |
| 57 | * Frame |
| 58 | * RwProp<Page> parent() |
| 59 | * Prop<UUID> id() (final) |
| 60 | * Prop<ShadowStyle> shadow() (auto, @own) |
| 61 | * RwProp<ImmPoint> position() |
| 62 | * RwProp<Color> color() |
| 63 | * RwProp<Double> opacity() |
| 64 | * RwProp<Boolean> enabled() |
| 65 | * RwProp<Integer> zOrder() (auto) |
| 66 | * RwProp<FrameContent> content() (value, own) |
| 67 | * RwProp<Frame> template() (value) |
| 68 | * RwProp<ImmSize> size() (value) |
| 69 | * RwProp<ImmPoint> location() (value) |
| 70 | * RwProp<ImmRect> bounds() (value) |
| 71 | * Prop<BorderStyle> border() (auto) |
| 72 | * RwProp<Integer> borderThickness() |
| 73 | * RwProp<Color> borderColor() |
| 74 | * Prop<BackgroundStyle> background() |
| 75 | * RwProp<BackgroundType> bgType() |
| 76 | * RwProp<Color> bgColor() |
| 77 | * RwProp<ImageBookResource> bgImageResource() |
| 78 | * RwProp<Double> bgOpacity() |
| 79 | * RwProp<MultipleGradientPaint> bgGradient() |
| 80 | * Prop<ColorProps> borderColor() |
| 81 | * RwProp<Color> color() |
| 82 | * RwProp<Float> transparency() |
| 83 | * RwProp<ColorProps> ownBorderColor() |
| 84 | * RwProp<Boolean> borderColorLock() |
| 85 | * RwProp<Insets> borderInsets() -> Prop (auto, @own) |
| 86 | * RwProp<Float> top() |
| 87 | * RwProp<Float> left() |
| 88 | * RwProp<Float> bottom() |
| 89 | * RwProp<Float> right() |
| 90 | * RwProp<Insets> ownBorderInsets() |
| 91 | * RwProp<Boolean> borderInsetsLock() |
| 92 | * RwProp<Insets> paddingInsets() |
| 93 | * RwProp<Insets> marginsInsets() |
| 94 | * RwProp<ImmSize> sizeTodo() |
| 95 | * RwProp<ImmPoint> locationTodo() |
| 96 | * RwProp<ImmRect> boundsTodo() |