public static final enum

LayoutPathImpl.EndType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ sun.font.LayoutPathImpl.EndType

Class Overview

Indicate how positions past the start and limit of the path are treated. PINNED adjusts these positions so as to be within start and limit. EXTENDED ignores the start and limit and effectively extends the first and last segments of the path 'infinitely'. CLOSED wraps positions around the ends of the path.

Summary

Enum Values
LayoutPathImpl.EndType  CLOSED   
LayoutPathImpl.EndType  EXTENDED   
LayoutPathImpl.EndType  PINNED   
Public Methods
boolean isClosed()
boolean isExtended()
boolean isPinned()
static LayoutPathImpl.EndType valueOf(String name)
final static EndType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final LayoutPathImpl.EndType CLOSED

public static final LayoutPathImpl.EndType EXTENDED

public static final LayoutPathImpl.EndType PINNED

Public Methods

public boolean isClosed ()

public boolean isExtended ()

public boolean isPinned ()

public static LayoutPathImpl.EndType valueOf (String name)

public static final EndType[] values ()