Searched refs:axis (Results 76 - 80 of 80) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java1208 public float getPreferredSpan(int axis) {
1211 public float getMinimumSpan(int axis) {
1214 public float getMaximumSpan(int axis) {
1267 // reimplement major axis requirements to indicate that the
1270 protected SizeRequirements calculateMajorAxisRequirements(int axis, SizeRequirements r) { argument
1271 r = super.calculateMajorAxisRequirements(axis, r);
1276 protected void layoutMinorAxis(int targetSpan, int axis, int[] offsets, int[] spans) { argument
1315 super.layoutMinorAxis(targetSpan, axis, offsets, spans);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DStepPattern.java81 public StepPattern(int axis, int nodeType, Vector predicates) { argument
82 _axis = axis;
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java2158 protected SizeRequirements calculateMinorAxisRequirements(int axis, argument
2162 = super.calculateMinorAxisRequirements(axis, r);
2212 public float getPreferredSpan(int axis) { argument
2218 return v.getPreferredSpan(axis);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDocumentImpl.java1304 * Given a node handle, advance to the next node on the following axis.
1306 * @param axisContextHandle the start of the axis that is being traversed.
1317 * Given a node handle, advance to the next node on the preceding axis.
1319 * @param axisContextHandle the start of the axis that is being traversed.
2271 * XPath axis, though not in document order.
2273 * @param axis One of Axes.ANCESTORORSELF, etc.
2275 * @return A DTMAxisIterator, or null if the given axis isn't supported.
2277 public DTMAxisTraverser getAxisTraverser(final int axis) argument
2288 * @param axis One of Axes.ANCESTORORSELF, etc.
2290 * @return A DTMAxisIterator, or null if the given axis is
2292 getAxisIterator(final int axis) argument
2308 getTypedAxisIterator(final int axis, final int type) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1812 new Object[]{ m_token }); //"illegal axis name: "+m_token);
2381 // If current step is on the attribute axis (e.g., "@x//b"), we won't

Completed in 123 milliseconds

1234