Abstract2DShape

A bidimensional Alchemist PositionBasedFilter that relies on AWT java.awt.Shape.

Parameters

<P>

position type

Inheritors

Functions

Link copied to clipboard
open fun and(other: Predicate<in T>): Predicate<T>
Link copied to clipboard
fun contains(position: P): Boolean
Checks if the position is inside the shape.
Link copied to clipboard
open fun invoke(position: P): Boolean

Checks if the position is inside the shape.

abstract fun invoke(p: P1): R
Link copied to clipboard
open fun <T> isEqual(targetRef: Any): Predicate<T>
Link copied to clipboard
open fun negate(): Predicate<T>
Link copied to clipboard
open fun <T> not(target: Predicate<in T>): Predicate<T>
Link copied to clipboard
open fun or(other: Predicate<in T>): Predicate<T>
Link copied to clipboard
open fun test(position: P): Boolean

Checks if the position is inside the shape.

abstract fun test(p: T): Boolean
Link copied to clipboard
open fun toString(): String