Difference between revisions of "Template:HsvImageWithMethodLinks"

From CSE231 Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:
 
: [https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/edu/wustl/cse231s/hsv/HsvImage.html#rowCount() rowCount()]
 
: [https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/edu/wustl/cse231s/hsv/HsvImage.html#rowCount() rowCount()]
 
: [https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/edu/wustl/cse231s/hsv/HsvImage.html#columnCount() columnCount()]
 
: [https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/edu/wustl/cse231s/hsv/HsvImage.html#columnCount() columnCount()]
<-- : [https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/edu/wustl/cse231s/hsv/HsvImage.html#rowAt(int) rowAt(rowIndex)] -->
+
<!-- : [https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/edu/wustl/cse231s/hsv/HsvImage.html#rowAt(int) rowAt(rowIndex)] -->
  
 
interface [https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/edu/wustl/cse231s/hsv/ImmutableHsvImage.html ImmutableHsvImage] extends HsvImage
 
interface [https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/edu/wustl/cse231s/hsv/ImmutableHsvImage.html ImmutableHsvImage] extends HsvImage

Latest revision as of 23:29, 25 January 2025

interface HsvImage

rows()
rowCount()
columnCount()

interface ImmutableHsvImage extends HsvImage

class DefaultImmutableHsvImage implements ImmutableHsvImage

constructor DefaultImmutableHsvImage(List<ImmutableHsvRow> rows)