calculateMajorAxisRequirements(int, SizeRequirements) *2
JDK Doc(JAVA)Download this dictionary
calculateMajorAxisRequirements(int, SizeRequirements) *2
- Method in class javax.swing.text.html.BlockView 
protected SizeRequirements calculateMajorAxisRequirements (int axis, SizeRequirements  r)
Calculate the requirements of the block along the major axis (i.e. the axis along with it tiles). This is implemented to provide the superclass behavior and then adjust it if the CSS width or height attribute is specified and applicable to the axis.Overrides: calculateMajorAxisRequirements in class BoxView