com.partnersoft.maps.render
Class DrawingSurfaceState
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DrawingSurfaceState
public DrawingSurfaceState(int backgroundColor,
int foregroundColor,
PolygonStyle areaStyle,
ImageStyle imageStyle,
PolylineStyle lineStyle,
PointStyle pointStyle,
TextStyle textStyle)
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()