C E F I L N P R S T 

C

closeDocument() - Method in class net.abriraqui.dm4.importexport.SVGRenderer
 
color(String) - Method in class net.abriraqui.dm4.importexport.ImportExportPlugin
 

E

endElement() - Method in class net.abriraqui.dm4.importexport.SVGRenderer
 
exportTopicmapToJSON(long) - Method in class net.abriraqui.dm4.importexport.ImportExportPlugin
 
exportTopicmapToSVG(long) - Method in class net.abriraqui.dm4.importexport.ImportExportPlugin
 

F

filesService - Variable in class net.abriraqui.dm4.importexport.ImportExportPlugin
 

I

image(int, int, int, int, String) - Method in class net.abriraqui.dm4.importexport.SVGRenderer
 
ImportExportPlugin - Class in net.abriraqui.dm4.importexport
 
ImportExportPlugin() - Constructor for class net.abriraqui.dm4.importexport.ImportExportPlugin
 

L

line(int, int, int, int) - Method in class net.abriraqui.dm4.importexport.SVGRenderer
 
log - Variable in class net.abriraqui.dm4.importexport.ImportExportPlugin
 

N

net.abriraqui.dm4.importexport - package net.abriraqui.dm4.importexport
 

P

prefix() - Method in class net.abriraqui.dm4.importexport.ImportExportPlugin
private void createTopic(JSONObject topic, Map mapTopicIds, long topicmapId) throws JSONException { TopicModel model = new TopicModel(topic); ViewProperties viewProps = new ViewProperties(topic.getJSONObject("view_props")); long origTopicId = model.getId(); Topic newTopic = dms.createTopic(model); long topicId = newTopic.getId(); mapTopicIds.put(origTopicId, topicId); topicmapsService.addTopicToTopicmap(topicmapId, topicId, viewProps); } private void createAssociation(JSONObject association, Map mapTopicIds, long topicmapId) { AssociationModel assocModel = new AssociationModel(association); RoleModel role1 = assocModel.getRoleModel1(); role1.setPlayerId(mapTopicIds.get(role1.getPlayerId())); RoleModel role2 = assocModel.getRoleModel2(); role2.setPlayerId(mapTopicIds.get(role2.getPlayerId())); Association newAssociation = dms.createAssociation(assocModel); long assocId = newAssociation.getId(); topicmapsService.addAssociationToTopicmap(topicmapId, assocId); }

R

rectangle(int, int, int, int, String) - Method in class net.abriraqui.dm4.importexport.SVGRenderer
 

S

startGroupElement(long) - Method in class net.abriraqui.dm4.importexport.SVGRenderer
 
SVGRenderer - Class in net.abriraqui.dm4.importexport
 
SVGRenderer(String) - Constructor for class net.abriraqui.dm4.importexport.SVGRenderer
 
svgWriter - Variable in class net.abriraqui.dm4.importexport.SVGRenderer
 

T

text(int, int, String, String) - Method in class net.abriraqui.dm4.importexport.SVGRenderer
 
text(int, int, int, int, String, String, double) - Method in class net.abriraqui.dm4.importexport.SVGRenderer
 
topicmapsService - Variable in class net.abriraqui.dm4.importexport.ImportExportPlugin
 
typeIconDataUri(String) - Method in class net.abriraqui.dm4.importexport.ImportExportPlugin
### Make this work for custom icons too, this works currently just with icons included in the standard distribution.
C E F I L N P R S T 

Copyright © 2015. All Rights Reserved.