com.metsci.glimpse.charts.shoreline
Class LandSegment

java.lang.Object
  extended by com.metsci.glimpse.charts.shoreline.LandSegment

public class LandSegment
extends java.lang.Object

Author:
hogye

Field Summary
 java.util.List<LandVertex> ghostVertices
           
 boolean isFillable
           
 java.util.List<LandVertex> vertices
           
 
Method Summary
static LandSegment newFillableSegment(java.util.List<LandVertex> vertices)
           
static LandSegment newFillableSegment(java.util.List<LandVertex> vertices, java.util.List<LandVertex> ghostVertices)
           
static LandSegment newUnfillableSegment(java.util.List<LandVertex> vertices)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertices

public final java.util.List<LandVertex> vertices

isFillable

public boolean isFillable

ghostVertices

public final java.util.List<LandVertex> ghostVertices
Method Detail

newFillableSegment

public static LandSegment newFillableSegment(java.util.List<LandVertex> vertices)

newFillableSegment

public static LandSegment newFillableSegment(java.util.List<LandVertex> vertices,
                                             java.util.List<LandVertex> ghostVertices)

newUnfillableSegment

public static LandSegment newUnfillableSegment(java.util.List<LandVertex> vertices)


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