Constant Field Values

Contents

tetris.*

  • tetris.Tetris
    Modifier and Type
    Constant Field
    Value
    public static final int
    20
    public static final int
    10

tetris.model.*

  • tetris.model.figures.IFigure
    Modifier and Type
    Constant Field
    Value
    private static final int
    1
  • tetris.model.figures.JFigure
    Modifier and Type
    Constant Field
    Value
    private static final int
    2
  • tetris.model.figures.LFigure
    Modifier and Type
    Constant Field
    Value
    private static final int
    3
  • tetris.model.figures.OFigure
    Modifier and Type
    Constant Field
    Value
    private static final int
    4
  • tetris.model.figures.SFigure
    Modifier and Type
    Constant Field
    Value
    private static final int
    5
  • tetris.model.figures.TFigure
    Modifier and Type
    Constant Field
    Value
    private static final int
    6
  • tetris.model.figures.ZFigure
    Modifier and Type
    Constant Field
    Value
    private static final int
    7