Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Graphiti » Problem with API changes in newest Graphiti Version(GraphitiUiInternal.getUiService().createImage is not available anymore)
Problem with API changes in newest Graphiti Version [message #1066960] Fri, 05 July 2013 09:02 Go to next message
Benjamin Schmeling is currently offline Benjamin SchmelingFriend
Messages: 3
Registered: July 2013
Junior Member
I found out that GraphitiUiInternal.getUiService().createImage(Image, int) is not available anymore. Has it been moved to another class? Where can I find it?
Re: Problem with API changes in newest Graphiti Version [message #1067371 is a reply to message #1066960] Mon, 08 July 2013 12:55 Go to previous message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
Benjamin,

this internal service method has been integrated into the save as image
functionality. It is now an (unfortunatly private) method in
DefaultSaveImageFeature.

Currently there is no public API to call that functionality, but you might
try to consider moving to a custom save as image feature and triggering that
programmatically.

Michael
Previous Topic:Retrieving mouse position
Next Topic:Trying to get the sample to work
Goto Forum:
  


Current Time: Fri Apr 26 00:46:43 GMT 2024

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

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

Back to the top