Uses of Class
sec.web.renderer.utilities.PNGInfo
Packages that use PNGInfo
-
Uses of PNGInfo in sec.web.renderer
Methods in sec.web.renderer that return PNGInfoModifier and TypeMethodDescriptionstatic PNGInfoMultiPointHandler.GenerateImageFillPNGInfo(ArrayList<JavaLineArray.POINT2> tgPoints, String jsonContent, ArmyC2.C2SD.Utilities.MilStdSymbol mSymbol, ArmyC2.C2SD.Utilities.IPointConversion ipc, Boolean normalize) SECRenderer.getMilStdSymbolImage(String symbolId, Map<String, String> symbolInfoMap) Generates an image for a milstd symbolSECRenderer.getMilStdSymbolImage(String symbolID, Map<String, String> properties, int imageSize, Boolean keepUnitRatio) Deprecated.SECRenderer.getMilStdSymbolImageFromURL(String url) Generates an image for a milstd symbolSECRenderer.getSymbolImage(String symbolId, Map<String, String> symbolInfoMap) Works the same as getMilStdSymbolImage but if you specify a renderer, the function will tried to get the image from the specified renderer plugin.SECRenderer.getSymbolImageFromURL(String url) Works the same as getMilStdSymbolImageFromURL but if you specify a renderer, the function will tried to get the image from the specified renderer plugin. -
Uses of PNGInfo in sec.web.renderer.utilities
Methods in sec.web.renderer.utilities that return PNGInfoModifier and TypeMethodDescriptionPNGInfo.centerImage()Takes an image and a center point and generates a new, bigger image that has the symbol centered in itPNGInfo.fitImage(int eWidth, int eHeight, int ecX, int ecY, int buffer) PNGInfo.squareImage()Returns an image with empty space as needed to make sure the size represents a square.