Raptor-Dev-Display-Drawing-Functions: Difference between revisions
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
| <p>This block draws a circle on the screen.</p> | | <p>This block draws a circle on the screen.</p> | ||
| [[file:RaptorDisplayDrawCircle.png|frameless|border|Draw Circle block|center]] | | [[file:RaptorDisplayDrawCircle.png|frameless|border|Draw Circle block|center]] | ||
|- | |||
! <h5>[[Raptor:Display Draw Image|Draw Image]]</h5> | |||
| <p>This block draws an image in the screen.</p> | |||
| [[file:RaptorDisplayDrawImage.png|frameless|border|Draw Image block|center]] | |||
|- | |||
! <h5>[[Raptor:Display Draw Line|Draw Line]]</h5> | |||
| <p>This block draws a line on the screen.</p> | |||
| [[file:RaptorDisplayDrawLine.png|frameless|border|Draw Line block|center]] | |||
|- | |||
! <h5>[[Raptor:Display Draw Polygon|Draw Polygon]]</h5> | |||
| <p>This block draws a polygon on the screen. The points of the polygon are in X,Y pairs.</p> | |||
| [[file:RaptorDisplayDrawPolygon.png|frameless|border|Draw Polygon block|center]] | |||
|- | |||
! <h5>[[Raptor:Display Draw Rectangle|Draw Rectangle]]</h5> | |||
| <p>This block draws a rectangle on the screen.</p> | |||
| [[file:RaptorDisplayDrawRectangle.png|frameless|border|Draw Rectangle block|center]] | |||
|- | |||
! <h5>[[Raptor:Display Draw Text|Draw Text]]</h5> | |||
| <p>This block draws text on the screen.</p> | |||
| [[file:RaptorDisplayDrawText.png|frameless|border|Draw Text block|center]] | |||
|- | |||
! <h5>[[Raptor:Display Element|Element]]</h5> | |||
| <p>This block automatically clears the portions of the screen drawn by the blocks in its FnCall output during the previous time step. It can be used in the draw foreground function to avoid the need to explicitely clear the screen. This block has some specific settings requirements for the model. Please see the help for more information. Copyright New Eagle 2014 This is my additional description text.</p> | |||
| [[file:RaptorDisplayElement.png|frameless|border|Element block|center]] | |||
|- | |||
! <h5>[[Raptor:Display Fill Circle|Fill Circle]]</h5> | |||
| <p>This block draws a filled circle on the screen.</p> | |||
| [[file:RaptorDisplayFillCircle.png|frameless|border|Fill Circle block|center]] | |||
|- | |||
! <h5>[[Raptor:Display Fill Ellipse|Fill Ellipse]]</h5> | |||
| <p>This block draws a filled ellipse on the screen.</p> | |||
| [[file:RaptorDisplayFillEllipse.png|frameless|border|Fill Ellipse block|center]] | |||
|- | |||
! <h5>[[Raptor:Display Fill Polygon|Fill Polygon]]</h5> | |||
| <p>This block draws a filled polygon on the screen.</p> | |||
| [[file:RaptorDisplayFillPolygon.png|frameless|border|Fill Polygon block|center]] | |||
|- | |||
! <h5>[[Raptor:Display Fill Rectangle|Fill Rectangle]]</h5> | |||
| <p>This block draws a filled rectangle on the screen.</p> | |||
| [[file:RaptorDisplayFillRectangle.png|frameless|border|Fill Rectangle block|center]] | |||
|- | |||
! <h5>[[Raptor:Display Image Reference|Image Reference]]</h5> | |||
| <p>This block outputs an image reference which can be used with the Draw Image or Buttonbar Setup Button blocks.</p> | |||
| [[file:RaptorDisplayImageReference.png|frameless|border|Image Reference block|center]] | |||
|} | |} |
Revision as of 18:10, 3 July 2014
Return to the main Raptor page
Return to Display Libraries page
The Drawing Functions blocks...
Blocks
Block | Description | Appearance |
---|---|---|
Clear Screen |
This block clears both layers of the screen. |
|
Draw Arc |
This block draws an arc on the screen. |
|
Draw Circle |
This block draws a circle on the screen. |
|
Draw Image |
This block draws an image in the screen. |
|
Draw Line |
This block draws a line on the screen. |
|
Draw Polygon |
This block draws a polygon on the screen. The points of the polygon are in X,Y pairs. |
|
Draw Rectangle |
This block draws a rectangle on the screen. |
|
Draw Text |
This block draws text on the screen. |
|
Element |
This block automatically clears the portions of the screen drawn by the blocks in its FnCall output during the previous time step. It can be used in the draw foreground function to avoid the need to explicitely clear the screen. This block has some specific settings requirements for the model. Please see the help for more information. Copyright New Eagle 2014 This is my additional description text. |
|
Fill Circle |
This block draws a filled circle on the screen. |
|
Fill Ellipse |
This block draws a filled ellipse on the screen. |
|
Fill Polygon |
This block draws a filled polygon on the screen. |
|
Fill Rectangle |
This block draws a filled rectangle on the screen. |
|
Image Reference |
This block outputs an image reference which can be used with the Draw Image or Buttonbar Setup Button blocks. |