toggle menu
sarif
jvm
switch theme
search in API
sarif
/
com.jetbrains.qodana.sarif.model
/
Rectangle
Rectangle
open
class
Rectangle
:
PropertyOwner
An area within an image.
Members
Constructors
Rectangle
Link copied to clipboard
constructor
(
)
Properties
bottom
Link copied to clipboard
@
SerializedName
(
value
=
"bottom"
)
@
Expose
open
var
bottom
:
Double
The Y coordinate of the bottom edge of the rectangle, measured in the image's natural units.
left
Link copied to clipboard
@
SerializedName
(
value
=
"left"
)
@
Expose
open
var
left
:
Double
The X coordinate of the left edge of the rectangle, measured in the image's natural units.
message
Link copied to clipboard
@
SerializedName
(
value
=
"message"
)
@
Expose
open
var
message
:
Message
Encapsulates a message intended to be read by the end user.
properties
Link copied to clipboard
@
SerializedName
(
value
=
"properties"
)
@
Expose
open
var
properties
:
PropertyBag
Key/value pairs that provide additional information about the object.
right
Link copied to clipboard
@
SerializedName
(
value
=
"right"
)
@
Expose
open
var
right
:
Double
The X coordinate of the right edge of the rectangle, measured in the image's natural units.
top
Link copied to clipboard
@
SerializedName
(
value
=
"top"
)
@
Expose
open
var
top
:
Double
The Y coordinate of the top edge of the rectangle, measured in the image's natural units.
Functions
equals
Link copied to clipboard
open
fun
equals
(
other
:
Any
)
:
Boolean
get
Properties
Link copied to clipboard
abstract
fun
getProperties
(
)
:
PropertyBag
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
set
Properties
Link copied to clipboard
abstract
fun
setProperties
(
<set-?>
:
PropertyBag
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
update
Properties
Link copied to clipboard
open
fun
updateProperties
(
mutator
:
(
in
PropertyBag
)
->
Unit
)
with
Bottom
Link copied to clipboard
open
fun
withBottom
(
bottom
:
Double
)
:
Rectangle
with
Left
Link copied to clipboard
open
fun
withLeft
(
left
:
Double
)
:
Rectangle
with
Message
Link copied to clipboard
open
fun
withMessage
(
message
:
Message
)
:
Rectangle
with
Properties
Link copied to clipboard
open
fun
withProperties
(
properties
:
PropertyBag
)
:
Rectangle
with
Right
Link copied to clipboard
open
fun
withRight
(
right
:
Double
)
:
Rectangle
with
Top
Link copied to clipboard
open
fun
withTop
(
top
:
Double
)
:
Rectangle