summaryrefslogtreecommitdiff
path: root/basegfx/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 22:58:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 22:58:12 +0000
commit5cf53d6d474e639f88d534144c041b8356905221 (patch)
treea135bcec5b90af59e2ae74d752dcfff260fd6d7c /basegfx/inc
parenta098aebf3cef68611a9c70870d379dd01f777d82 (diff)
INTEGRATION: CWS aw033 (1.3.2); FILE MERGED
2008/05/14 14:43:20 aw 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2007/11/07 14:24:28 aw 1.3.2.1: #i39532# committing to have a base for HDU
Diffstat (limited to 'basegfx/inc')
-rw-r--r--basegfx/inc/basegfx/vector/b2enums.hxx13
1 files changed, 12 insertions, 1 deletions
diff --git a/basegfx/inc/basegfx/vector/b2enums.hxx b/basegfx/inc/basegfx/vector/b2enums.hxx
index ce5d71707947..d2c481294ed2 100644
--- a/basegfx/inc/basegfx/vector/b2enums.hxx
+++ b/basegfx/inc/basegfx/vector/b2enums.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: b2enums.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -63,6 +63,17 @@ namespace basegfx
CONTINUITY_C2
};
+ /** Descriptor for possible line joins between two line segments
+ */
+ enum B2DLineJoin
+ {
+ B2DLINEJOIN_NONE, // no rounding
+ B2DLINEJOIN_MIDDLE, // calc middle value between joints
+ B2DLINEJOIN_BEVEL, // join edges with line
+ B2DLINEJOIN_MITER, // extend till cut
+ B2DLINEJOIN_ROUND // create arc
+ };
+
} // end of namespace basegfx
#endif /* _BGFX_VECTOR_B2ENUMS_HXX */