public static final enum

Paint9Painter.PaintType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ sun.swing.plaf.synth.Paint9Painter.PaintType

Class Overview

Enumeration for the types of painting this class can handle.

Summary

Enum Values
Paint9Painter.PaintType  CENTER  Painting type indicating the image should be centered in the space provided. 
Paint9Painter.PaintType  PAINT9_STRETCH  Painting type indicating the image should be split into nine regions with the top, left, bottom and right areas stretched. 
Paint9Painter.PaintType  PAINT9_TILE  Painting type indicating the image should be split into nine regions with the top, left, bottom and right areas tiled. 
Paint9Painter.PaintType  TILE  Painting type indicating the image should be tiled across the specified width and height. 
Public Methods
static Paint9Painter.PaintType valueOf(String name)
final static PaintType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Paint9Painter.PaintType CENTER

Painting type indicating the image should be centered in the space provided. When used the mask is ignored.

public static final Paint9Painter.PaintType PAINT9_STRETCH

Painting type indicating the image should be split into nine regions with the top, left, bottom and right areas stretched.

public static final Paint9Painter.PaintType PAINT9_TILE

Painting type indicating the image should be split into nine regions with the top, left, bottom and right areas tiled.

public static final Paint9Painter.PaintType TILE

Painting type indicating the image should be tiled across the specified width and height. When used the mask is ignored.

Public Methods

public static Paint9Painter.PaintType valueOf (String name)

public static final PaintType[] values ()