org.eucalyptus.analysesi.gui.graph
Class RelationCellRenderer

java.lang.Object
  extended by org.eucalyptus.analysesi.gui.graph.RelationCellRenderer
All Implemented Interfaces:
org.eucalyptus.egt.egraph.CellRenderer

public class RelationCellRenderer
extends java.lang.Object
implements org.eucalyptus.egt.egraph.CellRenderer

Affiche une cellule Relation.

Author:
Loic Dreux

Constructor Summary
RelationCellRenderer()
           
 
Method Summary
 java.awt.Dimension getSize(org.eucalyptus.egt.Graph graph, org.eucalyptus.egt.egraph.Cell cell, java.awt.Graphics g)
           
 void paint(org.eucalyptus.egt.Graph graph, org.eucalyptus.egt.egraph.Cell cell, java.awt.Graphics g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationCellRenderer

public RelationCellRenderer()
Method Detail

getSize

public java.awt.Dimension getSize(org.eucalyptus.egt.Graph graph,
                                  org.eucalyptus.egt.egraph.Cell cell,
                                  java.awt.Graphics g)
Specified by:
getSize in interface org.eucalyptus.egt.egraph.CellRenderer

paint

public void paint(org.eucalyptus.egt.Graph graph,
                  org.eucalyptus.egt.egraph.Cell cell,
                  java.awt.Graphics g)
Specified by:
paint in interface org.eucalyptus.egt.egraph.CellRenderer


Copyright © 2009. All Rights Reserved.