pl.edu.agh.cast.figure
Interface ILabeledFigure

All Known Implementing Classes:
NodeFigure, SchemaNodeFigure

public interface ILabeledFigure

This is an interface that should be implemented by figures that allow setting and getting of textual labels.

Author:
AGH CAST Team

Method Summary
 String getLabel()
          Returns the label of the figure.
 void setLabel(String label)
          Sets the label of the figure.
 

Method Detail

getLabel

String getLabel()
Returns the label of the figure.

Returns:
text of the figure's label

setLabel

void setLabel(String label)
Sets the label of the figure.

Parameters:
label - text of the figure's label


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