Recent Changes - Search:

Information

Installation

Documentation

ElementsAnalyticVectorField2D

Properties

Position and Size
NameDescriptionValues acceptedDefault
Variable 1The first variable for the functions.A string variable. 
Points 1The number of points of the surface in the first variable.An integer value. 
Minimum 1The minimum value for the first variable.A constant or variable of type int or double. 
Maximum 1The maximum value for the first variable.A constant or variable of type int or double. 
Variable 2The second variable for the functions.A string variable. 
Points 2The number of points of the surface in the first variable.An integer value. 
Minimum 2The minimum value for the second variable.A constant or variable of type int or double. 
Maximum 2The maximum value for the second variable.A constant or variable of type int or double. 
X ComponentThe expression f(x,y) that computes the X components of the vector field.A variable of type String. 
Y ComponentThe expression f(x,y) that computes the Y components of the vector field.A variable of type String. 
LengthThe double value for the length of all the arrows or segments in the field.A constant or variable of type int or double. 
AnglesThe expression f(x,y) that computes the direction angles (in radians) of the components of the vector field.A variable of type String. 
Java SyntaxWhether to use Java or a more free Syntax.A boolean variable or one of the constants true or false. 
On Parse ErrorThe action to invoke when the parser finds an error in the functions.The Java code to invoke for the action. 
On Parse SuccessThe action to invoke when the parser finds no errors in the functions.The Java code to invoke for the action. 
Graphical Aspect
NameDescriptionValues acceptedDefault
VisibleThe visibility of the element.A boolean variable or one of the constants true or false. 
MeasuredWhether the element affects its parent panel's autoscaling.A boolean variable or one of the constants true or false. 
StyleThe drawing style for the element.Use the editor provided to make a choice. 
OffsetThe exact drawing position relative to the element's coordinates.Use the editor provided or read about positions. 
Line WidthThe thickness for the lines of the element.A constant or variable of type double or int. 
Color ModeThe color scheme used to draw.Use the editor provided to make your choice or type an integer. 
Show LegendWhether to show the color legend.A boolean variable or one of the constants true or false. 
Min ColorThe minimum color of the arrows.Use the editor provided or read about colors. 
Max ColorThe maximum color of the arrows.Use the editor provided or read about colors. 
Appearance
NameDescriptionValues acceptedDefault
Color Componenthe expression f(x,y) that computes the color components of the field.A variable of type String. 
AutoscaleWhether to automatically adjust the colors to the data.A boolean variable or one of the constants true or false. 
MinimumThe minimum value that can be displayed.A constant or variable of type int or double. 
MaximumThe maximum value that can be displayed.A constant or variable of type int or double. 
LevelsThe number of levels to differentiate.An integer value. 
Invis LevelA level below which (inclusive) arrows are not shown.An integer value. 
Edit - History - Print - Recent Changes - Search
Page last modified on November 04, 2010, at 04:06 PM