Module com.aoapps.html.any
Interface Coords<E extends Element<?,?,E> & Coords<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyAREA
public interface Coords<E extends Element<?,?,E> & Coords<E>>
- Author:
- AO Industries, Inc.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault E
coords
(int x, int y, int radius) default E
coords
(int left, int top, int right, int bottom) default E
coords
(Suppliers.Circle<Ex> circle) coords
(Suppliers.Polygon<Ex> poly) coords
(Suppliers.Rectangle<Ex> rect) coords
(Suppliers.Shape<Ex> shape) coords
(IOSupplierE<? extends String, Ex> coords) default E
default E
default E
default E
default E
default E
default E
default E
Deprecated.In HTML4, the values are numbers of pixels or percentages, if a percent sign (%) is appended; in HTML5, the values are numbers of CSS pixels.default E
Deprecated.In HTML4, the values are numbers of pixels or percentages, if a percent sign (%) is appended; in HTML5, the values are numbers of CSS pixels.
-
Method Details
-
coords
- Throws:
IOException
-
coords
default <Ex extends Throwable> E coords(IOSupplierE<? extends String, Ex> coords) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
coords
- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
coords
@Deprecated default E coords(String left, String top, String right, String bottom) throws IOException Deprecated.In HTML4, the values are numbers of pixels or percentages, if a percent sign (%) is appended; in HTML5, the values are numbers of CSS pixels.- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
coords
Deprecated.In HTML4, the values are numbers of pixels or percentages, if a percent sign (%) is appended; in HTML5, the values are numbers of CSS pixels.- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Throws:
IOException
-
coords
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
coords
- Throws:
IOException
-
coords
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-