Project

General

Profile

« Previous | Next » 

Revision faa3ff56

Added by Leszek Koltunski almost 7 years ago

Javadoc.

View differences:

src/main/java/org/distorted/library/effect/EffectQuality.java
39 39
  LOW      ( 3 );
40 40

  
41 41
///////////////////////////////////////////////////////////////////////////////////////////////////
42

  
43
  public static final float MULTIPLIER = 0.5f;      // each next Quality level renders into 1/0.5 smaller buffers
42
/**
43
 * Each next Quality level renders into 1/MULTIPLIER smaller buffers.
44
 */
45
  public static final float MULTIPLIER = 0.5f;
46
/**
47
 * Numof of possible qualities.
48
 */
44 49
  public static final int LENGTH = values().length;
45 50

  
46 51
  private final int level;
......
53 58
    }
54 59

  
55 60
///////////////////////////////////////////////////////////////////////////////////////////////////
56

  
61
/**
62
 * Only for use by the library itself.
63
 *
64
 * @y.exclude
65
 */
57 66
  public int getLevel()
58 67
    {
59 68
    return level;

Also available in: Unified diff