infovis.visualization.render
Class VisualStrokingLabel
java.lang.Object
infovis.visualization.render.AbstractItemRenderer
infovis.visualization.render.AbstractVisualColumn
infovis.visualization.render.VisualLabel
infovis.visualization.render.DefaultVisualLabel
infovis.visualization.render.VisualStrokingLabel
- All Implemented Interfaces:
- ColumnFilter, ItemRenderer, Orientable, VisualColumnDescriptor, Cloneable, SwingConstants
public class VisualStrokingLabel
- extends DefaultVisualLabel
Class VisualStrokingLabel
- Version:
- $Revision: 1.7 $
- 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.DefaultVisualLabel |
findDefaultLabelColumn, findDefaultLabelColumn, getHeight, getJustification, getLabelClipper, getOrientation, getWidth, isOutlined, isShowingLabel, setClipped, setJustification, setLabelClipper, setOrientation, setOutlined, setShowingLabel |
Methods inherited from class infovis.visualization.render.AbstractItemRenderer |
addRenderer, compile, compileGroup, findNamed, findNamed, getName, getRenderer, getRendererCount, getVisualization, indexOf, insertAfterNamed, insertBeforeNamed, insertRenderer, install, instantiate, invalidate, isPrototype, pick, removeNamed, removeRenderer, repaint, replaceNamed, replaceNamed, setRenderer, uninstall |
VisualStrokingLabel
public VisualStrokingLabel(ItemRenderer child,
boolean showingLabel)
VisualStrokingLabel
public VisualStrokingLabel(ItemRenderer child)
isClipped
public boolean isClipped()
- Description copied from class:
DefaultVisualLabel
- Returns true if the label is clipped by the item shape.
- Overrides:
isClipped
in class DefaultVisualLabel
- Returns:
- true if the label is clipped by the item shape
paint
public void paint(Graphics2D graphics,
int row,
Shape s)
- Description copied from class:
DefaultVisualLabel
-
- Specified by:
paint
in interface ItemRenderer
- Overrides:
paint
in class DefaultVisualLabel
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.