VirtualLabBuilder.src.TypesDef

Definitions of new types

Information


This package include new type definitions
These types are intended to be used to define some properties of the graphic interactive elements (such as color, layout, etc...)

Package Content

NameDescription
LayoutPolicy Layout policy
positioninLayout Position of a component in a container that has the BorderLayout policy
booleanValue Boolean value true/false
Color Color definition
fontType Font type
fontStyle Font style
alignmentType Type of alignment
axesType Type of axes
xyaxesType Linear or log axes


VirtualLabBuilder.src.TypesDef.LayoutPolicy

Layout policy

Modelica definition

type LayoutPolicy = String "Layout policy";

VirtualLabBuilder.src.TypesDef.positioninLayout

Position of a component in a container that has the BorderLayout policy

Modelica definition

type positioninLayout = String 
  "Position of a component in a container that has the BorderLayout policy";

VirtualLabBuilder.src.TypesDef.booleanValue

Boolean value true/false

Modelica definition

type booleanValue = String "Boolean value true/false ";

VirtualLabBuilder.src.TypesDef.Color

Color definition

Modelica definition

type Color = Integer[4] "Color definition";

VirtualLabBuilder.src.TypesDef.fontType

Font type

Modelica definition

type fontType = String "Font type";

VirtualLabBuilder.src.TypesDef.fontStyle

Font style

Modelica definition

type fontStyle = String "Font style";

VirtualLabBuilder.src.TypesDef.alignmentType

Type of alignment

Modelica definition

type alignmentType = String "Type of alignment";

VirtualLabBuilder.src.TypesDef.axesType

Type of axes

Modelica definition

type axesType = String "Type of axes";

VirtualLabBuilder.src.TypesDef.xyaxesType

Linear or log axes

Modelica definition

type xyaxesType = String "Linear or log axes";

HTML-documentation generated by Dymola Tue Jul 24 18:58:14 2007.