Lines Matching defs:rule

72      * An even-odd winding rule for determining the interior of
81 * A non-zero winding rule for determining the interior of a
123 * @param rule the winding rule
129 Path2D(int rule, int initialTypes) {
130 setWindingRule(rule);
155 * with a default winding rule of {@link #WIND_NON_ZERO}.
165 * with the specified winding rule to control operations that
168 * @param rule the winding rule
173 public Float(int rule) {
174 this(rule, INIT_SIZE);
179 * with the specified winding rule and the specified initial
185 * @param rule the winding rule
192 public Float(int rule, int initialCapacity) {
193 super(rule, initialCapacity);
200 * All of the initial geometry and the winding rule for this path are
214 * All of the initial geometry and the winding rule for this path are
792 * a byte indicating the winding rule
989 * with a default winding rule of {@link #WIND_NON_ZERO}.
999 * with the specified winding rule to control operations that
1002 * @param rule the winding rule
1007 public Double(int rule) {
1008 this(rule, INIT_SIZE);
1013 * with the specified winding rule and the specified initial
1019 * @param rule the winding rule
1026 public Double(int rule, int initialCapacity) {
1027 super(rule, initialCapacity);
1034 * All of the initial geometry and the winding rule for this path are
1048 * All of the initial geometry and the winding rule for this path are
1517 * a byte indicating the winding rule
1785 * The winding rule of the specified {@code Shape} is ignored
1787 * rule specified for this path.
1812 * The winding rule of the specified {@code Shape} is ignored
1814 * rule specified for this path.
1826 * Returns the fill style winding rule.
1828 * @return an integer representing the current winding rule.
1839 * Sets the winding rule for this path to the specified value.
1841 * @param rule an integer representing the specified
1842 * winding rule
1844 * {@code rule} is not either
1850 public final void setWindingRule(int rule) {
1851 if (rule != WIND_EVEN_ODD && rule != WIND_NON_ZERO) {
1852 throw new IllegalArgumentException("winding rule must be "+
1856 windingRule = rule;
2051 * winding rule or if the segments are retraced in the reverse
2057 * rule and are thus beyond the scope of this implementation.
2105 * winding rule or if the segments are retraced in the reverse
2111 * rule and are thus beyond the scope of this implementation.
2132 * winding rule or if the segments are retraced in the reverse
2138 * rule and are thus beyond the scope of this implementation.
2172 * winding rule or if the segments are retraced in the reverse
2178 * rule and are thus beyond the scope of this implementation.
2206 * rule and are thus beyond the scope of this implementation.
2260 * rule and are thus beyond the scope of this implementation.
2287 * rule and are thus beyond the scope of this implementation.
2326 * rule and are thus beyond the scope of this implementation.