Jump to content
JasperReports Library 7.0 is now available ×

creating a ellipse in java


2004 IR Help

Recommended Posts

By: Ricardo Pires - ricapires

creating a ellipse in java

2005-06-14 07:32

Can anyone tell me how i can do this??

i have created a Ellipse with:

JRDesignEllipse jde = null;

jde.setPen(jp_ge.PEN_2_POINT);

jde.setFill(jp_ge.FILL_SOLID);

jde.setX(80);

jde.setY(80);

jde.setBackcolor(java.awt.Color.BLACK);

jde.setWidth(40);

jde.setHeight(40);

 

but i dont know how i can "link" it to the report

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...