Public Member Functions | |
| double | measure (short[] mask, int width, int height) |
| String | getName () |
| Object | measure (RegionMask vmask) |
| String | getAbout () |
| boolean | does3D () |
| boolean | isNumeric () |
Definition at line 6 of file SolidityDescriptor.java.
| boolean theba.descriptors.SolidityDescriptor.does3D | ( | ) |
Implements theba.core.RegionDescriptor.
Definition at line 29 of file SolidityDescriptor.java.
| String theba.descriptors.SolidityDescriptor.getAbout | ( | ) |
Implements theba.core.RegionDescriptor.
Definition at line 25 of file SolidityDescriptor.java.
| String theba.descriptors.SolidityDescriptor.getName | ( | ) |
Implements theba.core.RegionDescriptor.
Definition at line 12 of file SolidityDescriptor.java.
| boolean theba.descriptors.SolidityDescriptor.isNumeric | ( | ) |
Implements theba.core.RegionDescriptor.
Definition at line 33 of file SolidityDescriptor.java.
| Object theba.descriptors.SolidityDescriptor.measure | ( | RegionMask | vmask | ) |
Implements theba.core.RegionDescriptor.
Definition at line 16 of file SolidityDescriptor.java.
References theba.core.RegionMask.getHeight(), theba.core.RegionMask.getWidth(), theba.core.RegionMask.isSet(), and theba.descriptors.SolidityDescriptor.measure().
| double theba.descriptors.SolidityDescriptor.measure | ( | short[] | mask, | |
| int | width, | |||
| int | height | |||
| ) |
Definition at line 8 of file SolidityDescriptor.java.
Referenced by theba.descriptors.SolidityDescriptor.measure().
1.6.1