infovis.visualization
Class StrokingVisualization
java.lang.Object
infovis.utils.ChangeManager
infovis.column.AbstractColumn
infovis.column.ColumnProxy
infovis.table.TableProxy
infovis.visualization.DefaultVisualization
infovis.visualization.StrokingVisualization
- All Implemented Interfaces:
- IntComparator, Column, Metadata, Constants, Table, RowComparator, Visualization, LabeledComponent, Orientable, Serializable, EventListener, ChangeListener, TableModelListener, SwingConstants, TableModel
- Direct Known Subclasses:
- DefaultAxisVisualization, LinkVisualization, RulerVisualization, TimeSeriesVisualization
public class StrokingVisualization
- extends DefaultVisualization
Visualization for shapes considered as strokes and not filled shapes.
- Version:
- $Revision: 1.12 $
- Author:
- Jean-Daniel Fekete
- See Also:
- Serialized Form
Fields inherited from interface infovis.Visualization |
PROPERTY_INTERACTOR, PROPERTY_ITEM_RENDERER, PROPERTY_LAYOUT, PROPERTY_ORIENTATION, PROPERTY_PARENT, PROPERTY_PERMUTATION, PROPERTY_RULERS, VC_DESCRIPTOR_PROPERTY_PREFIX, VISUAL_ALPHA, VISUAL_COLOR, VISUAL_FILTER, VISUAL_HOVER, VISUAL_LABEL, VISUAL_SELECTION, VISUAL_SHAPE, VISUAL_SIZE |
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 |
Fields inherited from interface infovis.metadata.Constants |
CONTRIBUTOR, COVERAGE, CREATOR, DATE, DESCRITION, FORMAT, IDENTIFIER, LANGUAGE, PUBLISHER, RELATION, RIGHTS, SOURCE, SUBJECT, TITLE, TYPE |
Methods inherited from class infovis.visualization.DefaultVisualization |
addPropertyChangeListener, addPropertyChangeListener, computeMinMax, computeMinMaxFiltered, computeShapes, dispose, findRectAt, findVisualization, firePropertyChange, firePropertyChange, firePropertyChange, fireVisualColumnDescriptorChanged, freeRectAt, getBounds, getComponent, getFilter, getFisheye, getInteractor, getItemRenderer, getItemRenderer, getItemRenderer, getLayout, getOrientation, getParent, getPermutation, getPreferredSize, getRectAt, getRowAtIndex, getRowCount, getRowIndex, getRulerTable, getSelection, getShapeAt, getShapeBoundsAt, getShapes, getTable, getVisualColumn, getVisualColumnDescriptor, getVisualColumnIterator, getVisualization, getVisualizationBounds, invalidate, invalidate, isFiltered, isInvalidateColumn, isInvalidated, iterator, paint, paintItem, paintItems, paintVisualizations, pickAll, pickItem, pickTop, pickTop, print, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, reverseIterator, setFisheye, setInteractor, setItemRenderer, setOrientation, setParent, setPermutation, setShapeAt, setVisualColumn, stateChanged, tableChanged, validateShapes |
Methods inherited from class infovis.table.TableProxy |
addColumn, addTableModelListener, clear, getColumn, getColumnAt, getColumnClass, getColumnCount, getColumnName, getLastRow, getValueAt, indexOf, indexOf, isCellEditable, isRowValid, removeColumn, removeTableModelListener, setColumnAt, setValueAt |
Methods inherited from class infovis.column.ColumnProxy |
addValue, addValueOrNull, capacity, compare, ensureCapacity, getClientProperty, getFormat, getMaxIndex, getMetadata, getMinIndex, getName, getValueAt, getValueClass, hasUndefinedValue, isEmpty, isInternal, isValueUndefined, setFormat, setName, setSize, setValueAt, setValueOrNullAt, setValueUndefined, size |
Methods inherited from interface infovis.Column |
addChangeListener, addValue, addValueOrNull, capacity, disableNotify, enableNotify, ensureCapacity, getFormat, getMaxIndex, getMinIndex, getName, getValueAt, getValueClass, hasUndefinedValue, isEmpty, isInternal, isValueUndefined, removeChangeListener, setFormat, setName, setSize, setValueAt, setValueOrNullAt, setValueUndefined, size |
PROPERTY_SHOW_EXCENTRIC
public static final String PROPERTY_SHOW_EXCENTRIC
- See Also:
- Constant Field Values
StrokingVisualization
public StrokingVisualization(Table table,
ItemRenderer ir)
StrokingVisualization
public StrokingVisualization(Table table)
createLabelItem
public LabeledComponent.LabeledItem createLabelItem(int row)
- Description copied from class:
DefaultVisualization
- Returns the
LabeledComponent.LabeledItem
for a specified row.
- Specified by:
createLabelItem
in interface Visualization
- Overrides:
createLabelItem
in class DefaultVisualization
- Parameters:
row
- the row
- Returns:
- the
LabeledComponent.LabeledItem
for a specified row.
isShowExcentric
public boolean isShowExcentric()
setShowExcentric
public void setShowExcentric(boolean showExcentric)
pickAll
public Set pickAll(Rectangle2D hitBox,
Rectangle2D bounds,
Set pick)
- Description copied from class:
DefaultVisualization
- Returns a list of LabeledItems under a specified Rectangle.
- Specified by:
pickAll
in interface LabeledComponent
- Overrides:
pickAll
in class DefaultVisualization
- Parameters:
hitBox
- the rectangle that the items should intersectbounds
- the bounds of the visualizationpick
- an Set to use or null if a new one has be be allocated.
- Returns:
- the Set of LabeledItems under the specified Rectangle.
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.