CartoType Android API 7.8.2, 2022-03-25
for Java development on Android
Public Attributes | List of all members
com.cartotype.ClipOperation Enum Reference

Public Attributes

 Intersection
 
 Union
 
 Difference
 
 Xor
 

Detailed Description

Types of clipping done by Geometry.Clip.

Member Data Documentation

◆ Difference

com.cartotype.ClipOperation.Difference

Returns the difference of two paths; non-commutative.

◆ Intersection

com.cartotype.ClipOperation.Intersection

Returns the intersection of two paths; commutative.

◆ Union

com.cartotype.ClipOperation.Union

Returns the union of two paths; commutative.

◆ Xor

com.cartotype.ClipOperation.Xor

Returns the exclusive-or of the two paths; that is, any regions which are in neither path; commutative.


The documentation for this enum was generated from the following file: