com.metsci.glimpse.charts.vector.display
Class DummySkin<V extends GeoObject>

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.display.DummySkin<V>
All Implemented Interfaces:
Skin<V>

public class DummySkin<V extends GeoObject>
extends java.lang.Object
implements Skin<V>


Constructor Summary
DummySkin()
           
DummySkin(java.awt.Color color)
           
 
Method Summary
 ContentHandler<V> getHandlerForShape(V geoObject, ENCShape shape, int shapeIndex)
           
 java.util.List<ContentHandler<V>> getHandlersForGeoObject(V geoObject)
          Given a geo object, method will return a content handler responsible for rendering the object.
 void reset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummySkin

public DummySkin()

DummySkin

public DummySkin(java.awt.Color color)
Method Detail

getHandlerForShape

public ContentHandler<V> getHandlerForShape(V geoObject,
                                            ENCShape shape,
                                            int shapeIndex)

getHandlersForGeoObject

public java.util.List<ContentHandler<V>> getHandlersForGeoObject(V geoObject)
Description copied from interface: Skin
Given a geo object, method will return a content handler responsible for rendering the object.

Specified by:
getHandlersForGeoObject in interface Skin<V extends GeoObject>

reset

public void reset()
Specified by:
reset in interface Skin<V extends GeoObject>


Copyright © 2012 Metron, Inc.. All Rights Reserved.