Recent Changes - Search:

Information

Installation

Documentation

User Feedback

Tank

Properties

Tank  
Position and Size  
NameDescriptionValues acceptedDefault
Level The level of the liquid in the tank. You can also to modify it with the mouse over the drawing panel.A constant or variable of type double or int. 
Pos XThe X coordinate for the bottom right-hand corner of the element. You can also to modify it with the mouse over the drawing panel.A constant or variable of type double, int or double[]. 
Pos YThe Y coordinate for the bottom right-hand corner of the element. You can also to modify it with the mouse over the drawing panel.A constant or variable of type double, int or double[]. 
HeightThe height of the tank.A constant or variable of type double, int or double[]. 
WidthThe width of the tank.A constant or variable of type double, int or double[]. 
Show ProfilesWhether the element has a profile.A boolean variable or a boolean array with true or false values. 
ProfileFour values to define the profile. (Description Missing).A double[4] array. 
Visibility and Interaction  
NameDescriptionValues acceptedDefault
VisibleThe visibility of the element.A boolean variable or one of the constants true or false. 
EnabledWhether the element is responsive to user action.A boolean variable or one of the constants true or false. 
DraggableWhether the element can be moved.A boolean variable or one of the constants true or false. 
ResizableWhether the element can be resized.A boolean variable or one of the constants true or false. 
ProfilableWhether the tank’s profile can be changed interactively.A boolean variable or one of the constants true or false. 
On PressThe action to invoke when the element is pressed.The Java code to invoke for the action. 
On DragThe action to invoke when the element is dragged.The Java code to invoke for the action. 
On ReleaseThe action to invoke when the element is released.The Java code to invoke for the action. 
On EnterThe action to invoke when the mouse enters the element.The Java code to invoke for the action. 
On ExitThe action to invoke when the mouse leaves the element.The Java code to invoke for the action. 
Graphical Aspect  
NameDescriptionValues acceptedDefault
Closed TopWhether to close the element at its top.A boolean variable or one of the constants true or false. 
Line ColorThe color used for the lines of the element.Use the editor provided or read about colors. 
Fill ColorThe color used to fill the element.Use the editor provided or read about colors. The special value null draws a hollow element. 
Profile ColorThe color for the profile.Use the editor provided or read about colors. 
StrokeThe thickness and line style for the lines of the element.A constant or variable of type double, int or double[]. 

 

Edit - History - Print - Recent Changes - Search
Page last modified on June 09, 2009, at 06:37 PM