com.partnersoft.maps.model
Class PolygonStyle

java.lang.Object
  extended by com.partnersoft.maps.model.PolygonStyle

public class PolygonStyle
extends java.lang.Object

A visual styling for polygons.

Author:
Paul Reavis Copyright 2003 Partner Software, Inc.

Field Summary
 int color
           
 byte[][] lineTexture
           
 java.lang.String name
           
 
Constructor Summary
PolygonStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

color

public int color

lineTexture

public byte[][] lineTexture
Constructor Detail

PolygonStyle

public PolygonStyle()