net.rationalminds.util.DisplayObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of DateParser Show documentation
Show all versions of DateParser Show documentation
auto date pattern identification and extraction
The newest version!
package net.rationalminds.util;
import java.util.ArrayList;
import java.util.List;
public class DisplayObject {
public List displayBuffer = new ArrayList();
public int height;
public int width;
}