Oetview

open class Oetview

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}oetobjects"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}oetevents"/>
      </sequence>
      <attribute name="highlightercolor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="linecolor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="backgroundcolor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="hidedisabledmethods" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
      <attribute name="headerrotation" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="scale" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the backgroundcolor property.
Link copied to clipboard
Gets the value of the headerrotation property.
Link copied to clipboard
Gets the value of the highlightercolor 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 oetevents property.
Link copied to clipboard
Gets the value of the oetobjects property.
Link copied to clipboard
open fun getScale(): Double
Gets the value of the scale property.
Link copied to clipboard
Gets the value of the hidedisabledmethods property.
Link copied to clipboard
open fun setBackgroundcolor(value: String)
Sets the value of the backgroundcolor property.
Link copied to clipboard
open fun setHeaderrotation(value: BigInteger)
Sets the value of the headerrotation property.
Link copied to clipboard
Sets the value of the hidedisabledmethods property.
Link copied to clipboard
open fun setHighlightercolor(value: String)
Sets the value of the highlightercolor property.
Link copied to clipboard
open fun setLinecolor(value: String)
Sets the value of the linecolor property.
Link copied to clipboard
open fun setOetevents(value: Oetevents)
Sets the value of the oetevents property.
Link copied to clipboard
open fun setOetobjects(value: Oetobjects)
Sets the value of the oetobjects property.
Link copied to clipboard
open fun setScale(value: Double)
Sets the value of the scale property.