Fsmview

open class Fsmview

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">
      <attribute name="gridcolor" 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="gridenabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
      <attribute name="gridvisible" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
      <attribute name="gridmode" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="gridsize" 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
open fun getGridcolor(): String
Gets the value of the gridcolor property.
Link copied to clipboard
Gets the value of the gridmode property.
Link copied to clipboard
Gets the value of the gridsize 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 gridenabled property.
Link copied to clipboard
Gets the value of the gridvisible property.
Link copied to clipboard
open fun setBackgroundcolor(value: String)
Sets the value of the backgroundcolor property.
Link copied to clipboard
open fun setGridcolor(value: String)
Sets the value of the gridcolor property.
Link copied to clipboard
open fun setGridenabled(value: Boolean)
Sets the value of the gridenabled property.
Link copied to clipboard
open fun setGridmode(value: BigInteger)
Sets the value of the gridmode property.
Link copied to clipboard
open fun setGridsize(value: BigInteger)
Sets the value of the gridsize property.
Link copied to clipboard
open fun setGridvisible(value: Boolean)
Sets the value of the gridvisible property.
Link copied to clipboard
open fun setScale(value: Double)
Sets the value of the scale property.