Home
last modified time | relevance | path

Searched defs:DASH_DOT (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/afp/goca/
H A DGraphicsSetLineType.java40 public static final byte DASH_DOT = 0x03; field in GraphicsSetLineType
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/contouredObject/
H A DLine.java30 …public enum LineType { SOLID, DASH, DASH_DOT, LONG_DASH_DOT, BIG_DASH_DOT, BIG_DASH_LONG_DASH, DOT… enumConstant
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Dborderline.hxx124 DASH_DOT = css::table::BorderLineStyle::DASH_DOT, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Dborderline.hxx123 DASH_DOT = css::table::BorderLineStyle::DASH_DOT, enumerator
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DPolyline.java53 public enum DashStyle {SOLID, DOT, DASH, DASH_DOT, DASH_DOT_DOT, CUSTOMIZED; enumConstant