infovis.visualization.magicLens
Interface LabeledComponent.LabeledItem

All Known Implementing Classes:
ExcentricItem, LinkExcentricItem, StrokingExcentricItem
Enclosing interface:
LabeledComponent

public static interface LabeledComponent.LabeledItem


Method Summary
 Point2D getCenterIn(Rectangle2D focus, Point2D ptOut)
           
 Color getColor()
           
 Component getComponent()
           
 String getLabel()
           
 Shape getShape()
           
 

Method Detail

getComponent

Component getComponent()

getLabel

String getLabel()

getShape

Shape getShape()

getCenterIn

Point2D getCenterIn(Rectangle2D focus,
                    Point2D ptOut)

getColor

Color getColor()


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.