com.partnersoft.maps.render
Class DrawingSurfaceState

java.lang.Object
  extended by com.partnersoft.maps.render.DrawingSurfaceState
All Implemented Interfaces:
Immutable

public class DrawingSurfaceState
extends java.lang.Object
implements Immutable

Structure containing the state of a drawing surface to support pushState() and popState().

Copyright 2007-2009 Partner Software, Inc.

Version:
$Id: DrawingSurfaceState.java 2073 2009-09-03 18:40:56Z paul $
Author:
Paul Reavis

Constructor Summary
DrawingSurfaceState(int backgroundColor, int foregroundColor, PolygonStyle areaStyle, ImageStyle imageStyle, PolylineStyle lineStyle, PointStyle pointStyle, TextStyle textStyle)
           
 
Method Summary
 PolygonStyle getAreaStyle()
           
 int getBackgroundColor()
           
 int getForegroundColor()
           
 ImageStyle getImageStyle()
           
 PolylineStyle getLineStyle()
           
 PointStyle getPointStyle()
           
 TextStyle getTextStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawingSurfaceState

public DrawingSurfaceState(int backgroundColor,
                           int foregroundColor,
                           PolygonStyle areaStyle,
                           ImageStyle imageStyle,
                           PolylineStyle lineStyle,
                           PointStyle pointStyle,
                           TextStyle textStyle)
Method Detail

getBackgroundColor

public int getBackgroundColor()

getForegroundColor

public int getForegroundColor()

getAreaStyle

public PolygonStyle getAreaStyle()

getImageStyle

public ImageStyle getImageStyle()

getLineStyle

public PolylineStyle getLineStyle()

getPointStyle

public PointStyle getPointStyle()

getTextStyle

public TextStyle getTextStyle()