Uses of Class
synergynetframework.appsystem.contentsystem.items.ImageTextLabel

Packages that use ImageTextLabel
apps.conceptmap.graphcomponents.nodes   
apps.dissection   
apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes   
 

Uses of ImageTextLabel in apps.conceptmap.graphcomponents.nodes
 

Methods in apps.conceptmap.graphcomponents.nodes that return ImageTextLabel
 ImageTextLabel ImageTextNode.getImageTextLabel()
          Gets the image text label.
 

Uses of ImageTextLabel in apps.dissection
 

Methods in apps.dissection that return ImageTextLabel
 ImageTextLabel DissectionSolution.getGraphic()
          Gets the graphic.
 

Methods in apps.dissection with parameters of type ImageTextLabel
 void DissectionSolution.setGraphic(ImageTextLabel graphic)
          Sets the graphic.
 

Constructors in apps.dissection with parameters of type ImageTextLabel
DissectionSolution(java.lang.String name, ImageTextLabel graphic)
          Instantiates a new dissection solution.
 

Uses of ImageTextLabel in apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes
 

Methods in apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes that return ImageTextLabel
 ImageTextLabel ImageTextNode.getImageTextLabel()
          Gets the image text label.