Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic List of predefined shapes (Read 3440 times)
ESKO
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 6
Joined: Jan 27th, 2014
List of predefined shapes
Apr 4th, 2014 at 11:31am
Print Post  
Hello,
is there any list of predefined shapes which can I use in my application?

for example if I wanna create a circle shape a need to know a String value of circle shape ("Circle"):
Code (Java)
Select All
ShapeNode node  = factory.createShapeNode(0, 0, shapeWidth, shapeHeight);
node.setShape(Shape.fromId("Circle"));
 



but when I wanna use an unconventional shape I need to know its String value, so is here any list of all predefined shapes (best with picture)?

Thanks Smiley
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: List of predefined shapes
Reply #1 - Apr 4th, 2014 at 12:02pm
Print Post  
Hi,

You can find a list here:
http://www.mindfusion.eu/onlinehelp/droiddiagram/index.htm?refTable_of_Predefine...

You could as well run the StockShapes sample project and see them on your tablet Cool

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
ESKO
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 6
Joined: Jan 27th, 2014
Re: List of predefined shapes
Reply #2 - Apr 4th, 2014 at 1:54pm
Print Post  
perfect, thanks very much Wink
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint