Package mgui.interfaces.queries
Interface InterfaceQueryObject
- All Known Subinterfaces:
InterfaceShapeQueryObject
- All Known Implementing Classes:
BoolPolygon2DInt,Box3DInt,Circle2DInt,CorticalHemisphereSet3DInt,CorticalSurfaceSet3DInt,Ellipse2DInt,Graph2DInt,Graph3DInt,Image2DInt,Image3DInt,InterfaceShape,IntPolygon2DInt,Line2DInt,LPolygon2DInt,LPolygon3DInt,Mesh2DInt,Mesh3DInt,MorphSections3DInt,Plane3DInt,Point2DInt,PointSet2DInt,PointSet3DInt,Polygon2DInt,Polygon3DInt,PolygonSet3DInt,QueryShapeVertex,RadialRep2DInt,Rect2DInt,Rect3DInt,SectionSet2DInt,SectionSet3DInt,Shape2DInt,Shape2DSelectionSet,Shape3DInt,ShapeSet2DInt,ShapeSet3DInt,TensorVolume3DInt,TestTextureInt,Text2DInt,Text2DIntMouseCoords,Vector2DInt,Vector3DInt,VectorSet3DInt,Volume2DInt,Volume3DInt,Volume4DInt,VolumeSet3DInt,X3DScene3DInt
public interface InterfaceQueryObject
Interface which specifies methods for querying an implementing object.
- Author:
- Andrew Reid
- See Also:
InterfaceQuery
-
Method Summary
Modifier and Type Method Description booleanqueryObject(InterfaceQuery query)Returns an appropriate instance ofInterfaceQuerywhich provides specific information about this object.
-
Method Details
-
queryObject
Returns an appropriate instance ofInterfaceQuerywhich provides specific information about this object.- Parameters:
query-- Returns:
- an instance of
InterfaceQuery - See Also:
InterfaceQuery
-