| Package | Description |
|---|---|
| io.sundr.examples.shapes | |
| io.sundr.examples.shapes.v1 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Rectangle |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractShape |
class |
EditableMyRect
Generated
|
class |
MyRect
Generated
|
| Modifier and Type | Method and Description |
|---|---|
Shape |
CanvasFluent.buildCanvasShape() |
Shape |
CanvasFluentImpl.buildCanvasShape() |
Shape |
CanvasFluent.buildFirstShape() |
Shape |
CanvasFluentImpl.buildFirstShape() |
Shape |
CanvasFluent.buildLastShape() |
Shape |
CanvasFluentImpl.buildLastShape() |
Shape |
CanvasFluent.buildMatchingShape(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
Shape |
CanvasFluentImpl.buildMatchingShape(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
Shape |
CanvasFluent.buildShape(java.lang.Integer index) |
Shape |
CanvasFluentImpl.buildShape(java.lang.Integer index) |
Shape |
CanvasFluent.getCanvasShape()
Deprecated.
|
Shape |
CanvasFluentImpl.getCanvasShape()
Deprecated.
|
Shape |
Canvas.getCanvasShape() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Shape> |
CanvasFluent.buildShapes() |
java.util.List<Shape> |
CanvasFluentImpl.buildShapes() |
java.util.Map<java.lang.String,Shape> |
CanvasFluent.getNamedShapes() |
java.util.Map<java.lang.String,Shape> |
CanvasFluentImpl.getNamedShapes() |
java.util.Map<java.lang.String,Shape> |
Canvas.getNamedShapes() |
java.util.List<Shape> |
CanvasFluent.getShapes()
Deprecated.
|
java.util.List<Shape> |
CanvasFluentImpl.getShapes()
Deprecated.
|
java.util.List<Shape> |
Canvas.getShapes() |
| Modifier and Type | Method and Description |
|---|---|
A |
CanvasFluent.addToNamedShapes(java.lang.String key,
Shape value) |
A |
CanvasFluentImpl.addToNamedShapes(java.lang.String key,
Shape value) |
A |
CanvasFluent.addToShapes(java.lang.Integer index,
Shape item) |
A |
CanvasFluentImpl.addToShapes(java.lang.Integer index,
Shape item) |
A |
CanvasFluent.addToShapes(Shape... items) |
A |
CanvasFluentImpl.addToShapes(Shape... items) |
A |
CanvasFluent.removeFromShapes(Shape... items) |
A |
CanvasFluentImpl.removeFromShapes(Shape... items) |
A |
CanvasFluent.setToShapes(java.lang.Integer index,
Shape item) |
A |
CanvasFluentImpl.setToShapes(java.lang.Integer index,
Shape item) |
A |
CanvasFluent.withCanvasShape(Shape canvasShape) |
A |
CanvasFluentImpl.withCanvasShape(Shape canvasShape) |
A |
CanvasFluent.withShapes(Shape... shapes) |
A |
CanvasFluentImpl.withShapes(Shape... shapes) |
| Modifier and Type | Method and Description |
|---|---|
A |
CanvasFluent.addAllToShapes(java.util.Collection<Shape> items) |
A |
CanvasFluentImpl.addAllToShapes(java.util.Collection<Shape> items) |
A |
CanvasFluent.addToNamedShapes(java.util.Map<java.lang.String,Shape> map) |
A |
CanvasFluentImpl.addToNamedShapes(java.util.Map<java.lang.String,Shape> map) |
A |
CanvasFluent.addToShapes(java.lang.Integer index,
VisitableBuilder<? extends Shape,?> builder) |
A |
CanvasFluentImpl.addToShapes(java.lang.Integer index,
VisitableBuilder<? extends Shape,?> builder) |
A |
CanvasFluent.addToShapes(VisitableBuilder<? extends Shape,?> builder) |
A |
CanvasFluentImpl.addToShapes(VisitableBuilder<? extends Shape,?> builder) |
Shape |
CanvasFluent.buildMatchingShape(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
Shape |
CanvasFluentImpl.buildMatchingShape(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
java.lang.Boolean |
CanvasFluent.hasMatchingShape(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
java.lang.Boolean |
CanvasFluentImpl.hasMatchingShape(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
A |
CanvasFluent.removeAllFromShapes(java.util.Collection<Shape> items) |
A |
CanvasFluentImpl.removeAllFromShapes(java.util.Collection<Shape> items) |
A |
CanvasFluent.removeFromNamedShapes(java.util.Map<java.lang.String,Shape> map) |
A |
CanvasFluentImpl.removeFromNamedShapes(java.util.Map<java.lang.String,Shape> map) |
A |
CanvasFluent.removeFromShapes(VisitableBuilder<? extends Shape,?> builder) |
A |
CanvasFluentImpl.removeFromShapes(VisitableBuilder<? extends Shape,?> builder) |
<T extends java.lang.Number> |
CanvasFluent.removeMatchingFromCircleShapes(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
<T extends java.lang.Number> |
CanvasFluentImpl.removeMatchingFromCircleShapes(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
A |
CanvasFluent.removeMatchingFromSquareShapes(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
A |
CanvasFluentImpl.removeMatchingFromSquareShapes(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
<T extends java.lang.Number> |
CanvasFluent.removeMatchingFromV2CircleShapes(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
<T extends java.lang.Number> |
CanvasFluentImpl.removeMatchingFromV2CircleShapes(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
A |
CanvasFluent.removeMatchingFromV2SquareShapes(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
A |
CanvasFluentImpl.removeMatchingFromV2SquareShapes(java.util.function.Predicate<VisitableBuilder<? extends Shape,?>> predicate) |
<K,V> A |
CanvasFluent.withNamedShapes(java.util.Map<java.lang.String,Shape> namedShapes) |
<K,V> A |
CanvasFluentImpl.withNamedShapes(java.util.Map<java.lang.String,Shape> namedShapes) |
A |
CanvasFluent.withShapes(java.util.List<Shape> shapes) |
A |
CanvasFluentImpl.withShapes(java.util.List<Shape> shapes) |
| Constructor and Description |
|---|
Canvas(Shape canvasShape,
java.util.Map<java.lang.String,Shape> namedShapes,
java.util.List<Shape> shapes,
Artist artist,
Date date,
java.util.Map<java.lang.String,java.lang.String> notes) |
EditableCanvas(Shape canvasShape,
java.util.Map<java.lang.String,Shape> namedShapes,
java.util.List<Shape> shapes,
Artist artist,
Date date,
java.util.Map<java.lang.String,java.lang.String> notes) |
| Constructor and Description |
|---|
Canvas(Shape canvasShape,
java.util.Map<java.lang.String,Shape> namedShapes,
java.util.List<Shape> shapes,
Artist artist,
Date date,
java.util.Map<java.lang.String,java.lang.String> notes) |
Canvas(Shape canvasShape,
java.util.Map<java.lang.String,Shape> namedShapes,
java.util.List<Shape> shapes,
Artist artist,
Date date,
java.util.Map<java.lang.String,java.lang.String> notes) |
EditableCanvas(Shape canvasShape,
java.util.Map<java.lang.String,Shape> namedShapes,
java.util.List<Shape> shapes,
Artist artist,
Date date,
java.util.Map<java.lang.String,java.lang.String> notes) |
EditableCanvas(Shape canvasShape,
java.util.Map<java.lang.String,Shape> namedShapes,
java.util.List<Shape> shapes,
Artist artist,
Date date,
java.util.Map<java.lang.String,java.lang.String> notes) |
| Modifier and Type | Class and Description |
|---|---|
class |
Circle<T extends java.lang.Number> |
class |
EditableCircle<T extends java.lang.Number>
Generated
|
class |
EditableSquare
Generated
|
class |
Square |
Copyright © 2022. All Rights Reserved.