infovis.visualization.render
Class VisualArea
java.lang.Object
infovis.visualization.render.AbstractItemRenderer
infovis.visualization.render.AbstractVisualColumn
infovis.visualization.render.VisualArea
- All Implemented Interfaces:
- ColumnFilter, ItemRenderer, Orientable, VisualColumnDescriptor, Cloneable, SwingConstants
public class VisualArea
- extends AbstractVisualColumn
- implements Orientable
Class VisualArea
- Version:
- $Revision: 1.4 $
- Author:
- Jean-Daniel Fekete
Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Methods inherited from class infovis.visualization.render.AbstractItemRenderer |
addRenderer, compile, compileGroup, findNamed, findNamed, getName, getRenderer, getRendererCount, getVisualization, indexOf, insertAfterNamed, insertBeforeNamed, insertRenderer, instantiate, invalidate, isPrototype, pick, removeNamed, removeRenderer, repaint, replaceNamed, replaceNamed, setRenderer, uninstall |
VISUAL
public static final String VISUAL
- See Also:
- Constant Field Values
VisualArea
public VisualArea(String name)
VisualArea
public VisualArea(ItemRenderer child)
get
public static VisualArea get(Visualization vis)
get
public static VisualArea get(ItemRenderer ir)
getColumn
public Column getColumn()
- Specified by:
getColumn
in interface VisualColumnDescriptor
setColumn
public void setColumn(Column column)
- Specified by:
setColumn
in interface VisualColumnDescriptor
- Overrides:
setColumn
in class AbstractVisualColumn
setOrientation
public void setOrientation(short orientation)
- Description copied from interface:
Orientable
- Sets the orientation of this interface.
- Specified by:
setOrientation
in interface Orientable
- Parameters:
orientation
- the orientation.
getOrientation
public short getOrientation()
- Description copied from interface:
Orientable
- Returns the orientation manages by this interface.
- Specified by:
getOrientation
in interface Orientable
- Returns:
- the orientation manages by this interface
install
public void install(Graphics2D graphics)
- Specified by:
install
in interface ItemRenderer
- Overrides:
install
in class AbstractItemRenderer
getScaleAt
public double getScaleAt(int row)
paint
public void paint(Graphics2D graphics,
int row,
Shape shape)
- Specified by:
paint
in interface ItemRenderer
- Overrides:
paint
in class AbstractItemRenderer
getDefaultScale
public double getDefaultScale()
setDefaultScale
public void setDefaultScale(double s)
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.