svg.graphic
Interface SVGGraphicInterface

All Known Implementing Classes:
SVGGraphic

public interface SVGGraphicInterface

SVGGraphicInterface defines some methods that a class representing a SVG object must implement.


Method Summary
 void activate()
           
 void deactivate()
           
 int[][] fillMap(int[][] diagramMap, int groupId)
           
 void setFillColor(java.awt.Color color)
           
 void setStrokeColor(java.awt.Color color)
           
 

Method Detail

setFillColor

public void setFillColor(java.awt.Color color)

setStrokeColor

public void setStrokeColor(java.awt.Color color)

fillMap

public int[][] fillMap(int[][] diagramMap,
                       int groupId)

activate

public void activate()

deactivate

public void deactivate()