Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » Emphatic -figure ="polygon"
Emphatic -figure ="polygon" [message #1828282] Fri, 05 June 2020 14:47 Go to next message
Fatima Rani is currently offline Fatima RaniFriend
Messages: 22
Registered: April 2020
Junior Member
Hi!

These syntax are not working for figure = "polygon" ,whats the right syntax?

@gmf.node(label="name",figure="polygon 3 5",border.styles="dot",color ="255,255,0",label.color ="0,0,0",border.color="0,0,0",border.width="3")
class Condition { ....}

@gmf.node(label="name",figure="polygon(3 ,5)",border.styles="dot",color ="255,255,0",label.color ="0,0,0",border.color="0,0,0",border.width="3")
class Condition { ....}

@gmf.node(label="name",figure="polygon",polygon.x="3" ,polygon.y="5", border.styles="dot",color ="255,255,0",label.color ="0,0,0",border.color="0,0,0",border.width="3")
class Condition { ....}

regards,
fatima
Re: Emphatic -figure ="polygon" [message #1828285 is a reply to message #1828282] Fri, 05 June 2020 17:10 Go to previous message
Dimitris Kolovos is currently offline Dimitris KolovosFriend
Messages: 2163
Registered: July 2009
Location: York, UK
Senior Member

Hi Fatima,

Please see https://github.com/crossflowlabs/crossflow/blob/ada3b7ee4a617a85a919199418611a4463d49b8d/org.crossflow.language/model/crossflow.emf for examples of polygon figures.

Thanks,
Dimitris
Previous Topic:Announcing Epsilon 2.0
Next Topic:The import org.eclipse.epsilon.eol.IEolExecutableModule cannot be resolved
Goto Forum:
  


Current Time: Fri Apr 26 13:44:03 GMT 2024

Powered by FUDForum. Page generated in 0.02453 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top