com.stimulsoft.report.helpers
Enum StiFontIcons

java.lang.Object
  extended by java.lang.Enum<StiFontIcons>
      extended by com.stimulsoft.report.helpers.StiFontIcons
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StiFontIcons>

public enum StiFontIcons
extends java.lang.Enum<StiFontIcons>

Copyright Stimulsoft


Enum Constant Summary
Airplane
           
Android
           
Appleinc
           
ArrowDown
           
ArrowRight
           
ArrowRightDown
           
ArrowRightUp
           
ArrowUp
           
Cart
           
Check
           
Circle
           
CircleCheck
           
CircleCross
           
CircleExclamation
           
Cross
           
Earth
           
Exclamation
           
Flag
           
Home
           
Latin1
           
Latin2
           
Latin3
           
Latin4
           
Man
           
ManWoman
           
Minus
           
Mobile
           
Mug
           
Phone
           
QuarterFull
           
QuarterHalf
           
QuarterNone
           
QuarterQuarter
           
QuarterThreeFourth
           
Rating0
           
Rating1
           
Rating2
           
Rating3
           
Rating4
           
Rhomb
           
Square0
           
Square1
           
Square2
           
Square3
           
Square4
           
StarFull
           
StarHalf
           
StarNone
           
StarQuarter
           
StarThreeFourth
           
Triangle
           
TriangleDown
           
TriangleUp
           
Truck
           
UserTie
           
Windows8
           
Woman
           
 
Method Summary
static StiFontIcons valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiFontIcons[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Latin4

public static final StiFontIcons Latin4

Latin3

public static final StiFontIcons Latin3

Latin2

public static final StiFontIcons Latin2

Latin1

public static final StiFontIcons Latin1

QuarterFull

public static final StiFontIcons QuarterFull

QuarterThreeFourth

public static final StiFontIcons QuarterThreeFourth

QuarterHalf

public static final StiFontIcons QuarterHalf

QuarterQuarter

public static final StiFontIcons QuarterQuarter

QuarterNone

public static final StiFontIcons QuarterNone

Rating4

public static final StiFontIcons Rating4

Rating3

public static final StiFontIcons Rating3

Rating2

public static final StiFontIcons Rating2

Rating1

public static final StiFontIcons Rating1

Rating0

public static final StiFontIcons Rating0

Square0

public static final StiFontIcons Square0

Square1

public static final StiFontIcons Square1

Square2

public static final StiFontIcons Square2

Square3

public static final StiFontIcons Square3

Square4

public static final StiFontIcons Square4

StarFull

public static final StiFontIcons StarFull

StarThreeFourth

public static final StiFontIcons StarThreeFourth

StarHalf

public static final StiFontIcons StarHalf

StarQuarter

public static final StiFontIcons StarQuarter

StarNone

public static final StiFontIcons StarNone

ArrowDown

public static final StiFontIcons ArrowDown

ArrowRight

public static final StiFontIcons ArrowRight

ArrowRightDown

public static final StiFontIcons ArrowRightDown

ArrowRightUp

public static final StiFontIcons ArrowRightUp

ArrowUp

public static final StiFontIcons ArrowUp

Check

public static final StiFontIcons Check

Circle

public static final StiFontIcons Circle

CircleCheck

public static final StiFontIcons CircleCheck

CircleCross

public static final StiFontIcons CircleCross

CircleExclamation

public static final StiFontIcons CircleExclamation

Cross

public static final StiFontIcons Cross

Rhomb

public static final StiFontIcons Rhomb

Exclamation

public static final StiFontIcons Exclamation

Flag

public static final StiFontIcons Flag

Minus

public static final StiFontIcons Minus

Triangle

public static final StiFontIcons Triangle

TriangleDown

public static final StiFontIcons TriangleDown

TriangleUp

public static final StiFontIcons TriangleUp

Home

public static final StiFontIcons Home

Cart

public static final StiFontIcons Cart

Phone

public static final StiFontIcons Phone

Mobile

public static final StiFontIcons Mobile

Mug

public static final StiFontIcons Mug

Airplane

public static final StiFontIcons Airplane

Man

public static final StiFontIcons Man

Woman

public static final StiFontIcons Woman

UserTie

public static final StiFontIcons UserTie

Truck

public static final StiFontIcons Truck

Earth

public static final StiFontIcons Earth

ManWoman

public static final StiFontIcons ManWoman

Appleinc

public static final StiFontIcons Appleinc

Android

public static final StiFontIcons Android

Windows8

public static final StiFontIcons Windows8
Method Detail

values

public static StiFontIcons[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StiFontIcons c : StiFontIcons.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StiFontIcons valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null