Project

General

Profile

« Previous | Next » 

Revision b329f352

Added by Leszek Koltunski almost 8 years ago

Improvements for Javadoc

View differences:

src/main/java/org/distorted/library/DistortedObject.java
5 5
import android.opengl.GLUtils;
6 6

  
7 7
///////////////////////////////////////////////////////////////////////////////////////////////////
8

  
8
/**
9
 * A abstract class. All Objects to which Distorted Graphics effects can be applied need to be extended from here.
10
 */
9 11
public abstract class DistortedObject 
10 12
{ 
11 13
    static final int TYPE_NUM = 3;

Also available in: Unified diff