Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
GeometryFlags.java
Package: verifidecoder_src.rar [view]
Upload User: qingzhou
Upload Date: 2013-04-21
Package Size: 733k
Code Size: 1k
Category:
Crack_Hack
Development Platform:
Java
- package magick;
- public interface GeometryFlags {
- public static final int NoValue = 0x0000;
- public static final int PsiValue = 0x0001;
- public static final int XValue = 0x0001;
- public static final int XiValue = 0x0002;
- public static final int YValue = 0x0002;
- public static final int RhoValue = 0x0004;
- public static final int WidthValue = 0x0004;
- public static final int SigmaValue = 0x0008;
- public static final int HeightValue = 0x0008;
- public static final int ChiValue = 0x0010;
- public static final int AllValues = 0x7fffffff;
- public static final int XiNegative = 0x0020;
- public static final int XNegative = 0x0020;
- public static final int PsiNegative = 0x0040;
- public static final int YNegative = 0x0040;
- public static final int ChiNegative = 0x0080;
- public static final int PercentValue = 0x1000;
- public static final int AspectValue = 0x2000;
- public static final int LessValue = 0x4000;
- public static final int GreaterValue = 0x8000;
- public static final int AreaValue = 0x10000;
- }