TestingDocs.com
Software Testing website
  • JBehave
  • Selenium
  • Testlink
  • Maven
  • Git
  • RAPTOR
  • Questions

Graphics in Raptor Flowchart

Tweet
Pin it

Document Contents

  • Introduction
  • Open_Graph_Window
  • Draw a circle example

Introduction

In this post, we will learn to use graphics programming in Raptor flowcharts. To use graphics, you must create a graphics window using the command called RaptorGraph.

https://www.testingdocs.com/getting-started-with-raptorgraph/

Open_Graph_Window

We can specify the height and width of the window to this command.

Open_Graph_Window(500,500)

would open a window screen with 500 height and 500 width as shown in the picture.

 

Once we add the graphics window, then we can add other elements to the window. For example, let’s add a circle to the window.

Draw a circle example

To draw a circle we can use the following command.

Draw_Circle(200,200,150,Blue,filled)

The above command will draw a circle with a blue color filled in the circle area as shown in the screenshot.

 

 

Practice adding more elements to the window like adding lines, triangles, ellipses, etc.

 

 

RAPTOR Tutorial Page: https://www.testingdocs.com/raptor-a-flowchart-tool/

RAPTOR official website: https://raptor.martincarlisle.com/

Related Posts

RAPTOR flowcart to write to a file output

Raptor Flowchart /

Writing to a file with RAPTOR

Raptor Flowchart /

Simulation of probabilities die roll using Raptor Flowchart

String length

Raptor Flowchart /

String Operations in Raptor Flowchart

Demo flowchart

Raptor Flowchart /

Raptor Subcharts Demo Flowchart

User input validation in Raptor flowchart

Raptor Flowchart /

User input validation in Raptor flowchart

Tag Cloud

Agile Appium Tutorials C++ Eclipse Tutorials Git Tutorials IntelliJ Tutorials Java Java Tutorial JBehave Jenkins Jira Cloud JUnit Tutorial Maven Object-oriented Flowchart Python Tutorials Raptor Flowcharts Selenium IDE TestLink Tutorials

Random Posts

  • TestLink Bitnami Cloud Image
    Overview In this tutorial, we will see the steps

    Read more

  • Code Coverage Tools
    Overview Let’s look at some of the code coverage

    Read more

  • pCloudy Continuous Testing Cloud
    Overview pCloudy is a continuous testing cloud

    Read more

Latest Tweets

Tweets by @TestingDocs

Back to Top

TestingDocs.com

Privacy Policy

Cookie Policy

  • JBehave
  • Selenium
  • Testlink
  • Maven
  • Git
  • RAPTOR
  • Questions
www.TestingDocs.com | All Rights Reserved