Android
android.graphics
public static final enum

android.graphics.Path.FillType

java.lang.Object
java.lang.Enum<E extends java.lang.Enum<E>> Serializable Comparable<T>
android.graphics.Path.FillType

Enum for the ways a path may be filled

Summary

Enum Values

Path.FillType  EVEN_ODD   
Path.FillType  INVERSE_EVEN_ODD   
Path.FillType  INVERSE_WINDING   
Path.FillType  WINDING   

Public Methods

      static    Path.FillType  valueOf(String name)
    final  static    FillType[]  values()
Methods inherited from class java.lang.Enum
Methods inherited from class java.lang.Object
Methods inherited from interface java.lang.Comparable

Details

Enum Values

public static final Path.FillType EVEN_ODD

public static final Path.FillType INVERSE_EVEN_ODD

public static final Path.FillType INVERSE_WINDING

public static final Path.FillType WINDING

Public Methods

public static Path.FillType valueOf(String name)

public static final FillType[] values()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48