Record Class SvgCircle
java.lang.Object
java.lang.Record
pro.verron.asciidoc.converters.svg.SvgCircle
- Record Components:
cx- center x coordinatecy- center y coordinater- radiusfill- fill color
- All Implemented Interfaces:
SvgElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the SVG attributes for this element.cx()Returns the value of thecxrecord component.cy()Returns the value of thecyrecord component.final booleanIndicates whether some other object is "equal to" this one.fill()Returns the value of thefillrecord component.final inthashCode()Returns a hash code value for this object.markup()Returns the SVG tag name for this element.r()Returns the value of therrecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from interface SvgElement
children, serialize
-
Constructor Details
-
SvgCircle
-
-
Method Details
-
markup
Description copied from interface:SvgElementReturns the SVG tag name for this element.- Specified by:
markupin interfaceSvgElement- Returns:
- the SVG tag name
-
attributes
Description copied from interface:SvgElementReturns the SVG attributes for this element.- Specified by:
attributesin interfaceSvgElement- Returns:
- the SVG attributes
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
cx
-
cy
-
r
-
fill
-