All Frameworks Class Hierarchy This Framework Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---VisualizationBase.CATGraphicPrimitive
|
+---VisualizationBase.CATDynamicGP
|
+---CAT2DAnnotationTextGP
Usage: you must use this class as is. You should never derive it.
public class CAT2DAnnotationTextGP
Class to create a dynamic graphic primitive of 2D annotation text.
Role:
These Graphic primitives have not a continuous zoom. There are various possible
zoom values and current zoom is the zoom which is the nearest of possible zoom values.
| public CAT2DAnnotationTextGP( | ) |
| public CAT2DAnnotationTextGP( | const CATMathPoint2Df& | iPoint, | |
| const CATUnicodeString& | iString, | ||
| CATAnchorPoint | iPosition | = BASE_LEFT, | |
| const float | iHeight | = 0.f, | |
| const int | iContour | = 0, | |
| const CATGraphicAttributeSet* | iContour1 | = NULL, | |
| const CATGraphicAttributeSet* | iContour2 | = NULL) |
TOP_LEFT TOP_CENTER TOP_RIGHT
+------------+-----------+
! !
! BASE_CENTER !
BASE_LEFT + + + BASE_RIGHT
! !
+------------+-----------+
BOTTOM_LEFT BOTTOM_CENTER BOTTOM_RIGHT
| public void Get( | float** | oPoint, |
| char** | oText, | |
| CATAnchorPoint* | oAnchorpoint, | |
| float* | oHeight, | |
| int* | oContour, | |
| CATGraphicAttributeSet** | oContour1, | |
| CATGraphicAttributeSet** | oContour2) const |
TOP_LEFT TOP_CENTER TOP_RIGHT
+------------+-----------+
! !
! BASE_CENTER !
BASE_LEFT + + + BASE_RIGHT
! !
+------------+-----------+
BOTTOM_LEFT BOTTOM_CENTER BOTTOM_RIGHT
| public virtual void ImmediateDraw( | CATRender& | iRender, |
| const CATViewpoint* | iViewpoint, | |
| const CATViewport* | iViewport) |
Copyright © 2003, Dassault Systèmes. All rights reserved.