Class: Ellipse
An ellipse as defined by x, y coordinates and x and y radii
URI: microscopemetrics_schema:Ellipse
classDiagram
class Ellipse
click Ellipse href "../Ellipse"
Shape <|-- Ellipse
click Shape href "../Shape"
Ellipse : c
Ellipse : description
Ellipse : fill_color
Ellipse --> "0..1" Color : fill_color
click Color href "../Color"
Ellipse : h
Ellipse : name
Ellipse : stroke_color
Ellipse --> "0..1" Color : stroke_color
click Color href "../Color"
Ellipse : stroke_width
Ellipse : t
Ellipse : w
Ellipse : x
Ellipse : y
Ellipse : z
Inheritance
- NamedObject
- Shape
- Ellipse
- Shape
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
x | 1 Float |
The x coordinate | direct |
y | 1 Float |
The y coordinate | direct |
w | 1 Float |
The width | direct |
h | 1 Float |
The height | direct |
z | 0..1 Float |
The z coordinate | Shape |
c | 0..1 Integer |
The c coordinate | Shape |
t | 0..1 Integer |
The t coordinate | Shape |
fill_color | 0..1 Color |
The fill color of the shape | Shape |
stroke_color | 0..1 Color |
The stroke color of the shape | Shape |
stroke_width | 0..1 Integer |
The stroke width of the shape | Shape |
name | 0..1 String |
The human readable name of an entity | NamedObject |
description | 0..1 String |
A human readable description of an entity | NamedObject |
Usages
used by | used in | type | used |
---|---|---|---|
Roi | ellipses | range | Ellipse |
Identifier and Mapping Information
Schema Source
- from schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | microscopemetrics_schema:Ellipse |
native | microscopemetrics_schema:Ellipse |
LinkML Source
Direct
name: Ellipse
description: An ellipse as defined by x, y coordinates and x and y radii
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: Shape
slots:
- x
- y
- w
- h
Induced
name: Ellipse
description: An ellipse as defined by x, y coordinates and x and y radii
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: Shape
attributes:
x:
name: x
description: The x coordinate
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: x
owner: Ellipse
domain_of:
- Point
- Rectangle
- Ellipse
- Vertex
- Mask
range: float
required: true
y:
name: y
description: The y coordinate
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: y
owner: Ellipse
domain_of:
- Point
- Rectangle
- Ellipse
- Vertex
- Mask
range: float
required: true
w:
name: w
description: The width
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: w
owner: Ellipse
domain_of:
- Rectangle
- Ellipse
range: float
required: true
h:
name: h
description: The height
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: h
owner: Ellipse
domain_of:
- Rectangle
- Ellipse
range: float
required: true
z:
name: z
description: The z coordinate
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: z
owner: Ellipse
domain_of:
- Shape
range: float
required: false
c:
name: c
description: The c coordinate
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: c
owner: Ellipse
domain_of:
- Shape
range: integer
required: false
t:
name: t
description: The t coordinate
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: t
owner: Ellipse
domain_of:
- Shape
range: integer
required: false
fill_color:
name: fill_color
description: The fill color of the shape
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: fill_color
owner: Ellipse
domain_of:
- Shape
range: Color
required: false
stroke_color:
name: stroke_color
description: The stroke color of the shape
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: stroke_color
owner: Ellipse
domain_of:
- Shape
range: Color
required: false
stroke_width:
name: stroke_width
description: The stroke width of the shape
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
ifabsent: int(1)
alias: stroke_width
owner: Ellipse
domain_of:
- Shape
range: integer
required: false
name:
name: name
description: The human readable name of an entity
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: name
owner: Ellipse
domain_of:
- NamedObject
range: string
required: false
multivalued: false
description:
name: description
description: A human readable description of an entity
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: description
owner: Ellipse
domain_of:
- NamedObject
range: string
required: false
multivalued: false