Home
last modified time | relevance | path

Searched defs:LineAttributes (Results 1 – 12 of 12) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/
H A DLineAttributes.java33 public class LineAttributes { class
90 public LineAttributes(float width) { in LineAttributes() method in LineAttributes
101 public LineAttributes(float width, int cap, int join) { in LineAttributes() method in LineAttributes
116 public LineAttributes(float width, int cap, int join, int style, float[] dash, float dashOffset, fl… in LineAttributes() method in LineAttributes
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DLineAttributes.java33 public class LineAttributes { class
90 public LineAttributes(float width) { in LineAttributes() method in LineAttributes
101 public LineAttributes(float width, int cap, int join) { in LineAttributes() method in LineAttributes
116 public LineAttributes(float width, int cap, int join, int style, float[] dash, float dashOffset, fl… in LineAttributes() method in LineAttributes
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DLineAttributes.java107 public class LineAttributes extends NodeComponent { class
209 public LineAttributes(){ in LineAttributes() method in LineAttributes
221 public LineAttributes(float lineWidth, int linePattern, in LineAttributes() method in LineAttributes
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/
H A DKChartLineAttributes.cpp56 LineAttributes::LineAttributes() in LineAttributes() function in LineAttributes
61 LineAttributes::LineAttributes( const LineAttributes& r ) in LineAttributes() function in LineAttributes
/dports/graphics/kdiagram/kdiagram-2.8.0/examples/Axis/Parameters/
H A Dmainwindow.h30 class LineAttributes; variable
/dports/graphics/kdiagram/kdiagram-2.8.0/examples/SharedAbscissa/SeparateDiagrams/
H A Dmainwindow.h30 class LineAttributes; variable
/dports/graphics/kdiagram/kdiagram-2.8.0/tests/RootIndex/
H A Dmainwindow.h31 class LineAttributes; variable
/dports/graphics/kdiagram/kdiagram-2.8.0/examples/Plane/OverlayedPlanes/
H A Dmainwindow.h30 class LineAttributes; variable
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/alignment/
H A DLineAttributes.java62 public class LineAttributes class
96 public LineAttributes(Color lineColour) in LineAttributes() method in LineAttributes
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/plot/
H A DLineAttributes.java63 public class LineAttributes class
101 public LineAttributes(Color lineColour) in LineAttributes() method in LineAttributes
/dports/graphics/kf5-kquickcharts/kquickcharts-5.89.0/src/scenegraph/
H A DLineSegmentNode.cpp76 QSGGeometry::Attribute LineAttributes[] = { variable
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vformat/
H A Dvpatternrecipe.cpp1106 inline void VPatternRecipe::LineAttributes(QDomElement &step, T *tool) in LineAttributes() function in VPatternRecipe