| class TGfxStroke |
Implementation of a Stroke.
| Public Member Functions | |
|---|---|
| TGfxStroke () | |
| TGfxStroke ( TFloatFixPt ) | |
| TGfxStroke ( TFloatFixPt , TGfxJoinType , TGfxCapType , TFloatFixPt &) | |
| void | SetCapType ( TGfxCapType ) |
| void | SetJoinType ( TGfxJoinType ) |
| void | SetMiterLimit ( TFloatFixPt ) |
| void | SetStrokeWidth ( TFloatFixPt ) |
| TGfxCapType | StrokeCap () |
| TGfxJoinType | StrokeJoin () |
| TFloatFixPt | StrokeMiterLimit () |
| TFloatFixPt | StrokeWidth () |
| Protected Member Functions | |
|---|---|
| void | SetVars ( TFloatFixPt , TGfxJoinType , TGfxCapType , const TFloatFixPt &) |
| Protected Attributes | |
|---|---|
| TGfxCapType | iCap |
| TGfxJoinType | iJoin |
| TFloatFixPt | iMiterLimit |
| TFloatFixPt | iStrokeWidth |
| TGfxStroke | ( | ) |
Constructor. Default values for width, join, cap and miter-limit.
| TGfxStroke | ( | TFloatFixPt | aStrokeWidth | ) |
Constructor.
| TFloatFixPt aStrokeWidth | : width of stroke. |
| TGfxStroke | ( | TFloatFixPt | aStrokeWidth, |
| TGfxJoinType | aJoin, | ||
| TGfxCapType | aCap, | ||
| TFloatFixPt & | aMiterLimit | ||
| ) | |||
Constructor.
| TFloatFixPt aStrokeWidth | : width of stroke. |
| TGfxJoinType aJoin | : join type |
| TGfxCapType aCap | : cap type |
| TFloatFixPt & aMiterLimit | : miter-limit value. |
| void | SetMiterLimit | ( | TFloatFixPt | aMiterLimit | ) |
| TFloatFixPt aMiterLimit |
| void | SetStrokeWidth | ( | TFloatFixPt | aWidth | ) |
Set the stroke width
| TFloatFixPt aWidth | : width of stroke. |
| void | SetVars | ( | TFloatFixPt | aStrokeWidth, |
| TGfxJoinType | aJoin, | |||
| TGfxCapType | aCap, | |||
| const TFloatFixPt & | aMiterLimit | |||
| ) | [protected] | |||
Get the stroke width, join type, cap type and miter-limit.
| TFloatFixPt aStrokeWidth | : width of stroke. |
| TGfxJoinType aJoin | : join type |
| TGfxCapType aCap | : cap type |
| const TFloatFixPt & aMiterLimit | : miter-limit value. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.