<GEOMETRY> : Geometry

Java class : leon.info.misc.LyGeometry

ROLE

This element defines the size and the position at opening of the action view, its minimum dimension can also be given. This element is used only for "fat-client" viewers (SWING, SWT).

ATTRIBUTES

<!ATTLIST GEOMETRY
	  x NMTOKEN #IMPLIED
	  y NMTOKEN #IMPLIED
	  width NMTOKEN #IMPLIED
	  height NMTOKEN #IMPLIED
	  minWidth NMTOKEN #IMPLIED
	  minHeight NMTOKEN #IMPLIED>
Attribute Mand. Description Default
x no The requested x position.  
y no The requested y position.  
width no The desired width.  
height no The desired height.  
minWidth no The minimum width.  
minHeight no The minimum height.  

SAMPLE

<GEOMETRY
	x='0'
	y='0'
	width='640'
	height='480'
	minWidth='1600'
	minHeight='1200'/>