Uses of Class
ch.sahits.game.graphic.image.model.NamedPolygon
-
Packages that use NamedPolygon Package Description ch.sahits.game.graphic.image.impl This package contains implementation classes of interfaces defined inch.sahits.game.graphic.image.model ch.sahits.game.openpatrician.display.gameplay.impl ch.sahits.game.graphic.display.gameplay.internal -
-
Uses of NamedPolygon in ch.sahits.game.graphic.image.impl
Methods in ch.sahits.game.graphic.image.impl with parameters of type NamedPolygon Modifier and Type Method Description (package private) voidPolygonScaling. updateCoordinate(NamedPolygon poly, double factor)Update the x and y coordinate of each point within the polygon by factor(package private) voidPolygonScaling. updateCoordinates(NamedPolygon poly, double diffX, double diffY)Update the coordinates of the polygon by the specified values in x and y direction(package private) voidPolygonScaling. updateXCoordinate(NamedPolygon poly, int amount)Update the x coordinate of each point within the polygon by amount(package private) voidPolygonScaling. updateYCoordinate(NamedPolygon poly, int amount)Update the y coordinate of each point within the polygon by amount -
Uses of NamedPolygon in ch.sahits.game.graphic.image.model
Fields in ch.sahits.game.graphic.image.model with type parameters of type NamedPolygon Modifier and Type Field Description private java.util.Map<java.lang.Integer,NamedPolygon>ImageData. polygonsMap holding all the polygons in theri correct z-orderMethods in ch.sahits.game.graphic.image.model that return types with arguments of type NamedPolygon Modifier and Type Method Description java.util.Map<java.lang.Integer,NamedPolygon>ImageData. getPolygons()Methods in ch.sahits.game.graphic.image.model with parameters of type NamedPolygon Modifier and Type Method Description voidImageData. addPolygon(NamedPolygon polygon, int zIndex) -
Uses of NamedPolygon in ch.sahits.game.openpatrician.display.gameplay.impl
Methods in ch.sahits.game.openpatrician.display.gameplay.impl with parameters of type NamedPolygon Modifier and Type Method Description private voidScenePolygonInitialzer. addAction(NamedPolygon poly)Add an event to the polygon.Method parameters in ch.sahits.game.openpatrician.display.gameplay.impl with type arguments of type NamedPolygon Modifier and Type Method Description intScenePolygonInitialzer.PolygonComparator. compare(java.util.Map.Entry<java.lang.Integer,NamedPolygon> o1, java.util.Map.Entry<java.lang.Integer,NamedPolygon> o2)
-