Guitransition

open class Guitransition

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}edgecontrolpoints"/>
      </sequence>
      <attribute name="refid" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="linewidth" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="linecolor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="textcolor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="fontfamily" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="fontsize" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="fontbold" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
      <attribute name="fontitalic" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
      <attribute name="labelvisible" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
      <attribute name="labelposition" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the edgecontrolpoints property.
Link copied to clipboard
open fun getFontfamily(): String
Gets the value of the fontfamily property.
Link copied to clipboard
Gets the value of the fontsize property.
Link copied to clipboard
Gets the value of the labelposition property.
Link copied to clipboard
open fun getLinecolor(): String
Gets the value of the linecolor property.
Link copied to clipboard
Gets the value of the linewidth property.
Link copied to clipboard
open fun getRefid(): BigInteger
Gets the value of the refid property.
Link copied to clipboard
open fun getTextcolor(): String
Gets the value of the textcolor property.
Link copied to clipboard
open fun isFontbold(): Boolean
Gets the value of the fontbold property.
Link copied to clipboard
open fun isFontitalic(): Boolean
Gets the value of the fontitalic property.
Link copied to clipboard
Gets the value of the labelvisible property.
Link copied to clipboard
Sets the value of the edgecontrolpoints property.
Link copied to clipboard
open fun setFontbold(value: Boolean)
Sets the value of the fontbold property.
Link copied to clipboard
open fun setFontfamily(value: String)
Sets the value of the fontfamily property.
Link copied to clipboard
open fun setFontitalic(value: Boolean)
Sets the value of the fontitalic property.
Link copied to clipboard
open fun setFontsize(value: BigInteger)
Sets the value of the fontsize property.
Link copied to clipboard
open fun setLabelposition(value: String)
Sets the value of the labelposition property.
Link copied to clipboard
open fun setLabelvisible(value: Boolean)
Sets the value of the labelvisible property.
Link copied to clipboard
open fun setLinecolor(value: String)
Sets the value of the linecolor property.
Link copied to clipboard
open fun setLinewidth(value: BigInteger)
Sets the value of the linewidth property.
Link copied to clipboard
open fun setRefid(value: BigInteger)
Sets the value of the refid property.
Link copied to clipboard
open fun setTextcolor(value: String)
Sets the value of the textcolor property.