pl.edu.agh.cast.figure
Interface ILabeledFigure

All Known Implementing Classes:
NodeFigure

public interface ILabeledFigure

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

Author:
awos

Method Summary
 java.lang.String getLabel()
           
 void setLabel(java.lang.String label)
           
 

Method Detail

getLabel

java.lang.String getLabel()

setLabel

void setLabel(java.lang.String label)


Copyright © 2007-2008 AGH University of Science and Technology. All Rights Reserved.