Uses of Class
nom.tam.fits.header.StandardCommentReplacement
Packages that use StandardCommentReplacement
-
Uses of StandardCommentReplacement in nom.tam.fits.header
Fields in nom.tam.fits.header declared as StandardCommentReplacementModifier and TypeFieldDescriptionprivate final StandardCommentReplacement[]Standard.commentReplacementsMethods in nom.tam.fits.header that return StandardCommentReplacementModifier and TypeMethodDescriptionprivate static StandardCommentReplacementStandard.replaceable(String string, Class<?> clazz) private static StandardCommentReplacementStandard.replaceable(String string, Class<?> clazz, String comment) Constructors in nom.tam.fits.header with parameters of type StandardCommentReplacementModifierConstructorDescriptionprivateStandard(String headerName, IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment, StandardCommentReplacement... replacements) privateStandard(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment, StandardCommentReplacement... replacements)