Uses of Class
net.ontopia.topicmaps.viz.TopicMapView
Packages that use TopicMapView
-
Uses of TopicMapView in net.ontopia.topicmaps.viz
Fields in net.ontopia.topicmaps.viz declared as TopicMapViewMethods in net.ontopia.topicmaps.viz that return TopicMapViewModifier and TypeMethodDescriptionApplicationContext.getView()Get the view attached to this contextVizController.getView()Methods in net.ontopia.topicmaps.viz with parameters of type TopicMapViewModifier and TypeMethodDescriptionvoidCreateTMAssociationEdge.execute(TopicMapView view) voidCreateTMAssociationNode.execute(TopicMapView view) voidCreateTMClassInstanceAssociation.execute(TopicMapView view) voidCreateTMRoleEdge.execute(TopicMapView view) voidCreateTMTopicNode.execute(TopicMapView view) voidDeleteTMAssociationEdge.execute(TopicMapView view) voidDeleteTMAssociationNode.execute(TopicMapView view) voidDeleteTMClassInstanceAssociation.execute(TopicMapView view) voidDeleteTMRoleEdge.execute(TopicMapView view) voidDeleteTMTopicNode.execute(TopicMapView view) voidDoCollapseNode.execute(TopicMapView view) voidDoExpandNode.execute(TopicMapView view) voidDoFocusNode.execute(TopicMapView view) voidDoHideEdge.execute(TopicMapView view) voidDoHideNode.execute(TopicMapView view) voidDoSetASStrictness.execute(TopicMapView view) voidDoSetASStrictnessState.execute(TopicMapView view) voidDoSetATVisibility.execute(TopicMapView view) voidDoSetATVisibilityState.execute(TopicMapView view) voidDoSetInASFilter.execute(TopicMapView view) voidDoSetInASFilterState.execute(TopicMapView view) voidDoSetLocality.execute(TopicMapView view) voidDoSetTTVisibility.execute(TopicMapView view) voidDoSetTTVisibilityState.execute(TopicMapView view) voidRecoveryObjectIF.execute(TopicMapView view) voidSetFocusNode.execute(TopicMapView view) CreateTMAssociationEdge.recoverEdge(TopicMapView view) CreateTMClassInstanceAssociation.recoverEdge(TopicMapView view) CreateTMRoleEdge.recoverEdge(TopicMapView view) EdgeRecoveryObjectIF.recoverEdge(TopicMapView view) CreateTMAssociationNode.recoverNode(TopicMapView view) CreateTMTopicNode.recoverNode(TopicMapView view) NodeRecoveryObjectIF.recoverNode(TopicMapView view) voidVizTopicMapConfigurationManager.setAssociationTypeLineWeight(TopicIF type, int i, TopicMapView view) Sets the line weight of the given association 'type' and updates 'view' accordingly.voidVizTopicMapConfigurationManager.setAssociationTypeShape(TopicIF type, int i, TopicMapView view) Sets the shape of the given association 'type' and updates 'view' accordingly.voidVizTopicMapConfigurationManager.setAssociationTypeVisible(TopicIF type, boolean visible, TopicMapView view) Sets the given association 'type' to be visible and updates 'view' accordingly.voidVizTopicMapConfigurationManager.setAssociationTypeVisible(TopicIF type, int visibility, TopicMapView view) Sets the given association 'type' be either filtered in, filtered out or to use the filter setting of the default type.voidVizTopicMapConfigurationManager.setColorToDefault(TopicIF type, boolean topicType, TopicMapView view) Sets the color of a given topic/association 'type' to the default value and updates 'view' accordingly.voidVizTopicMapConfigurationManager.setFontToDefault(TopicIF type, boolean topicType, TopicMapView view) Sets the font of a given topic/association 'type' to the default value and updates 'view' accordingly.voidVizTopicMapConfigurationManager.setTopicTypeShape(TopicIF type, int i, TopicMapView view) Sets the shape of the given topic 'type' and updates 'view' accordingly.voidVizTopicMapConfigurationManager.setTopicTypeShapePadding(TopicIF type, int i, TopicMapView view) Sets the shape padding of the given topic 'type' and updates 'view' accordingly.voidVizTopicMapConfigurationManager.setTypeColor(TopicIF type, Color c, TopicMapView view) Sets the colour of a given 'type' and updates 'view' accordingly.voidVizTopicMapConfigurationManager.setTypeExcluded(TopicIF type, TopicMapView view) Sets the given topic 'type' to be excluded and updates 'view' accordingly.voidVizTopicMapConfigurationManager.setTypeFont(TopicIF type, Font font, TopicMapView view) Sets the font of the given topic/association 'type' and updates 'view' accordingly.voidVizTopicMapConfigurationManager.setTypeIconFilename(TopicIF type, String string, TopicMapView view) Sets the name of the icon file (optional) of the given topic 'type' and updates 'view' accordingly.voidVizTopicMapConfigurationManager.setTypeIncluded(TopicIF type, TopicMapView view) Sets the given topic 'type' to be included and updates 'view' accordingly.voidVizTopicMapConfigurationManager.setTypeVisibility(TopicIF type, int visibility, TopicMapView view) Sets the given topic 'type' be either filtered in, filtered out or to use the filter setting of the default type.voidVizTopicMapConfigurationManager.setTypeVisible(TopicIF type, boolean visible, TopicMapView view) Sets the given topic 'type' to be visible and updates 'view' accordingly.voidApplicationContext.setView(TopicMapView view) Set the view for this contextvoidApplicationContextIF.setView(TopicMapView view) Set the viewConstructors in net.ontopia.topicmaps.viz with parameters of type TopicMapViewModifierConstructorDescriptionTMAssociationNode(AssociationIF assoc, TopicIF aScopingTopic, TopicMapView topicMapView) TMTopicNode(TopicIF topic, TopicIF scopingTopic, TopicMapView topicMapView)