CornerFamily

@Retention(value = RetentionPolicy.SOURCE)
public annotation CornerFamily


CornerFamily enum that holds which family to be used to create a CornerTreatment

The corner family determines which family to use to create a CornerTreatment. Setting the CornerFamily to ROUNDED sets the corner treatment to , and setting the CornerFamily to CUT sets the corner treatment to a CutCornerTreatment.

Summary

Constants

static final int
CUT = 1

Corresponds to a CutCornerTreatment.

static final int

Corresponds to a RoundedCornerTreatment.

Constants

CUT

public static final int CUT = 1

Corresponds to a CutCornerTreatment.

ROUNDED

public static final int ROUNDED = 0

Corresponds to a RoundedCornerTreatment.