treemap
Toggle table of contents
2025.0.1
swing
Platform filter
swing
Switch theme
Search in API
treemap
treemap
/
com.treemap.crossplatform
/
ShapeShape
Shape
Shape
swing
class
ShapeShape
(
shape
:
Shape
)
:
Shape
Members
Constructors
Shape
Shape
Link copied to clipboard
swing
constructor
(
shape
:
Shape
)
Functions
contains
Link copied to clipboard
swing
open
operator override
fun
contains
(
p
:
Point2D
)
:
Boolean
open
operator override
fun
contains
(
r
:
Rectangle2D
)
:
Boolean
open
override
fun
contains
(
x
:
Double
,
y
:
Double
)
:
Boolean
open
override
fun
contains
(
x
:
Double
,
y
:
Double
,
w
:
Double
,
h
:
Double
)
:
Boolean
get
Bounds
Link copied to clipboard
swing
open
override
fun
getBounds
(
)
:
Rectangle
get
Bounds2D
Link copied to clipboard
swing
open
override
fun
getBounds2D
(
)
:
Rectangle2D
get
Path
Iterator
Link copied to clipboard
swing
open
override
fun
getPathIterator
(
at
:
AffineTransform
?
)
:
PathIterator
open
override
fun
getPathIterator
(
at
:
AffineTransform
?
,
flatness
:
Double
)
:
PathIterator
intersects
Link copied to clipboard
swing
open
override
fun
intersects
(
r
:
Rectangle2D
)
:
Boolean
open
override
fun
intersects
(
x
:
Double
,
y
:
Double
,
w
:
Double
,
h
:
Double
)
:
Boolean