Uses of Class
pl.edu.agh.cast.model.visual.Legend

Packages that use Legend
pl.edu.agh.cast.editpart Provides EditParts for GEF diagrams. 
pl.edu.agh.cast.figure Provides classes for custom figures that may be used to display data on diagrams. 
pl.edu.agh.cast.model.visual   
pl.edu.agh.cast.schema.editor.editpart Provides GEF edit parts for schema editor. 
pl.edu.agh.cast.schema.editor.figure Provides Draw2D figures for schema editor. 
 

Uses of Legend in pl.edu.agh.cast.editpart
 

Fields in pl.edu.agh.cast.editpart declared as Legend
protected  Legend AbstractLegendEditPart.legend
          The underlying Legend instance.
 

Methods in pl.edu.agh.cast.editpart that return Legend
 Legend AbstractLegendEditPart.getModel()
          Returns the Legend instance.
 

Constructors in pl.edu.agh.cast.editpart with parameters of type Legend
AbstractLegendEditPart(Legend legend)
          Constructor.
 

Uses of Legend in pl.edu.agh.cast.figure
 

Fields in pl.edu.agh.cast.figure declared as Legend
protected  Legend AbstractLegendFigure.legend
          Legend model
 

Constructors in pl.edu.agh.cast.figure with parameters of type Legend
AbstractLegendFigure(Legend legend)
          Creates new legend figure.
 

Uses of Legend in pl.edu.agh.cast.model.visual
 

Methods in pl.edu.agh.cast.model.visual that return Legend
 Legend Diagram.getLegend()
          Returns legend model for this diagram.
 Legend IDiagram.getLegend()
          Returns legend model for this diagram.
 

Uses of Legend in pl.edu.agh.cast.schema.editor.editpart
 

Methods in pl.edu.agh.cast.schema.editor.editpart that return Legend
 Legend SchemaLegendEditPart.getModel()
          Returns the Legend instance.
 

Constructors in pl.edu.agh.cast.schema.editor.editpart with parameters of type Legend
SchemaLegendEditPart(Legend legend)
          Constructor.
 

Uses of Legend in pl.edu.agh.cast.schema.editor.figure
 

Constructors in pl.edu.agh.cast.schema.editor.figure with parameters of type Legend
SchemaLegendFigure(Legend legend)
          Creates new legend figure.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.