Uses of Class
ch.sahits.game.graphic.image.ECircleSegment
-
Packages that use ECircleSegment Package Description ch.sahits.game.graphic.image ch.sahits.game.graphic.image.impl This package contains implementation classes of interfaces defined inch.sahits.game.openpatrician.engine.sea -
-
Uses of ECircleSegment in ch.sahits.game.graphic.image
Methods in ch.sahits.game.graphic.image that return ECircleSegment Modifier and Type Method Description static ECircleSegmentECircleSegment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ECircleSegment[]ECircleSegment. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in ch.sahits.game.graphic.image with type arguments of type ECircleSegment Modifier and Type Method Description intIMapImageServiceFacade. countLandPixels(javafx.geometry.Point2D point, int radius, java.util.List<ECircleSegment> segments)Count the number of black pixels in a circle aroundpointwithradius. -
Uses of ECircleSegment in ch.sahits.game.graphic.image.impl
Method parameters in ch.sahits.game.graphic.image.impl with type arguments of type ECircleSegment Modifier and Type Method Description intMapImageService. countLandPixels(java.awt.image.BufferedImage img, javafx.geometry.Point2D point, int radius, java.util.List<ECircleSegment> segments)intMapImageServiceFacade. countLandPixels(javafx.geometry.Point2D point, int radius, java.util.List<ECircleSegment> segments) -
Uses of ECircleSegment in ch.sahits.game.openpatrician.engine.sea
Methods in ch.sahits.game.openpatrician.engine.sea that return types with arguments of type ECircleSegment Modifier and Type Method Description protected java.util.List<ECircleSegment>BaseGraphCalulationService. getSegments(javafx.geometry.Point2D from, javafx.geometry.Point2D to)protected java.util.List<ECircleSegment>BaseGraphCalulationService. getTangentialSegments(javafx.geometry.Point2D from, javafx.geometry.Point2D to)
-