:: com :: sun :: star :: graphic ::
|
unpublished |
interface XPrimitiveFactory2D |
|
|
|
- Usage Restrictions
- not published
- Description
- XPrimitiveFactory2D interface
Use this interface to generate XPrimitive2D instances
|
Methods' Details |
createPrimitivesFromXShape
- Description
- Create primitives from ::com::sun::star::drawing::XShape
- Parameter xShape
- The XShape, for which the primitives are to be
generated. Specifying an invalid or empty shape here will
result in an empty return value.
- Parameter aParms
- Sequence of factory parameters, whose semantics depend on the
shape to be generated.
- Returns
- a sequence of primitives, that consists of the
geometrical representation from the given XShape.
|
|
createPrimitivesFromXDrawPage
- Description
- Create primitives from ::com::sun::star::drawing::XDrawPage
- Parameter xDrawPage
- The XDrawPage, for which the primitives are to be
generated. Specifying an invalid or empty page here will
result in an empty return value.
- Parameter aParms
- Sequence of factory parameters, whose semantics depend on the
page to be generated.
- Returns
- a sequence of primitives, that consists of the
geometrical representation for the given XDrawPage.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.