org.eucalyptus.analysesi.gui.graph
Class EntityCellRenderer
java.lang.Object
org.eucalyptus.analysesi.gui.graph.EntityCellRenderer
- All Implemented Interfaces:
- org.eucalyptus.egt.egraph.CellRenderer
public class EntityCellRenderer
- extends java.lang.Object
- implements org.eucalyptus.egt.egraph.CellRenderer
Affiche une cellule Entity
.
- Author:
- Loic Dreux
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 |
EntityCellRenderer
public EntityCellRenderer()
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.