Recent Changes - Search:

Information

Installation

Documentation

User Feedback

 

Polygon (old)


 An interactive curve or polygon.

 

Useful methods

  • (This list deliberately left empty.)

 

Properties

Polygon  
Input  
NameDescriptionValues acceptedDefault
XThe set of X coordinates.A list of values of type double. 
YThe set of Y coordinates.A list of values of type double. 
Position and Size  
NameDescriptionValues acceptedDefault
Position XThe position of the element in the X direction.A constant or variable of type double or int. 
Position YThe sition of the element in the Y direction.A constant or variable of type double or int. 
MaxpointThe maximum value for the trace.A constant or variable of type double or int. 
SkipThe step between two consecutive points.A constant or variable of type double or int. 
ActiveWhether the element is active.A constant or variable of type boolean. 
No repeatIf the plot should be periodic.A constant or variable of type boolean. 
ConnectedWhether the points should be joined with a line.A constant or variable of type boolean. 
Visibility and Interaction  
NameDescriptionValues acceptedDefault
VisibleThe visibility of the element.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 moved.A boolean variable or one of the constants true or false. 
Point selectedWhether the element can be moved.A boolean variable or one of the constants true or false. 
Fixed cornersWhether the element can be moved.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
ClosedColor of the line.Binary codified color. 
Line colorColor of the line.Binary codified color. 
Fill colorColor of the line.Binary codified color. 
StrokeWidth of the line.A integer value 
Marker shapeShape of every point of the line.predefined constant 
Marker sizeSize of the marker of the line.predefined constant 
Marker colorColor of the marker.Binary codified color. 
Marker fillPosition.Integer. 
Configuration  
NameDescriptionValues acceptedDefault
Connectedmemorymemory 
Neumatic linemem displaymem display 
start typemem colormemcolor 
end typemem colormemcolor 
start sizemem colormemcolor 
end sizemem colormemcolor 

 

 

 



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