Uses of Class
ca.cgjennings.graphics.filters.StrokeFilter.Position
-
Packages that use StrokeFilter.Position Package Description ca.cgjennings.graphics.filters -
-
Uses of StrokeFilter.Position in ca.cgjennings.graphics.filters
Methods in ca.cgjennings.graphics.filters that return StrokeFilter.Position Modifier and Type Method Description StrokeFilter.Position
StrokeFilter. getPosition()
Returns the position of the stroke relative to the edges in the image.static StrokeFilter.Position
StrokeFilter.Position. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StrokeFilter.Position[]
StrokeFilter.Position. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.cgjennings.graphics.filters with parameters of type StrokeFilter.Position Modifier and Type Method Description void
StrokeFilter. setPosition(StrokeFilter.Position position)
Sets the position of the stroke relative the edges in the image.Constructors in ca.cgjennings.graphics.filters with parameters of type StrokeFilter.Position Constructor Description StrokeFilter(int color, int width, StrokeFilter.Position position)
Creates a new stroke filter that strokes with the specified width and colour along the specified edge of the image shape.StrokeFilter(java.awt.Color color, int width, StrokeFilter.Position position)
Creates a new stroke filter that strokes with the specified width and colour along the specified edge of the image shape.
-