Skip navigation links
A C D E F G H I K L M N O P Q R S T U V X Y Z _ 

G

getA() - Method in class n4e.core.toolmath.Tool4ExpotentialFunction
get field: Koeffizient.
getA() - Method in class n4e.core.toolmath.Tool4LinearRegression
get field: Koeffizient.
getA() - Method in class n4e.core.toolmath.Tool4PowerFunction
get field: Koeffizient.
getA() - Method in class n4e.core.toolmath.Tool4RootFunction
get field: Koeffizient.
getAccumulatedValue(double, double, Vector) - Method in class n4e.core.toolmath.Tool4AccumulatedValue
Die Methode getAccumulatedValue berechnet den Endwert.
getAddedDays2Date(Date, long) - Method in class n4e.core.tool.Tool4Date
The method getAddedDays2Date adds daycount to a given date.
getAddedHours2Date(Date, long) - Method in class n4e.core.tool.Tool4Date
The method getAddedHours2Date adds hour count to a given date.
getAddedMinutes2Date(Date, long) - Method in class n4e.core.tool.Tool4Date
The method getAddedMinutes2Date adds minutes count to a given date.
getAddedMonths2Date(Date, long) - Method in class n4e.core.tool.Tool4Date
The method getAddedMonths2Date adds monthcount to a given date.
getAddedYears2Date(Date, long) - Method in class n4e.core.tool.Tool4Date
The method getAddedYears2Date adds year count to a given date.
getAnnuity(double, double, Vector) - Method in class n4e.core.toolmath.Tool4Annuity
Die Methode getAnnuity berechnet die Annuitaet.
getApplicationName() - Static method in class n4e.core.system.SystemService
get field: application_name.
getArrayListFromByteString(String) - Method in class n4e.core.tool.Tool4Array
The method getArrayListFromByteString gets the array list from the string.
getB() - Method in class n4e.core.toolmath.Tool4ExpotentialFunction
get field: Koeffizient.
getB() - Method in class n4e.core.toolmath.Tool4LinearRegression
get field: Koeffizient.
getB() - Method in class n4e.core.toolmath.Tool4PowerFunction
get field: Koeffizient.
getB() - Method in class n4e.core.toolmath.Tool4RootFunction
get field: Koeffizient.
getBatchEngineDebug() - Static method in class n4e.core.system.SystemService
get field: flag, if batch engine is in debug mode.
getBatchEngineStart() - Static method in class n4e.core.system.SystemService
get field: flag, if batch engine starts.
getBigDecimal(String) - Method in class n4e.core.tool.Tool4Number
The method getBigDecimal create a BigDecimal.
getBigDecimal(String, int) - Method in class n4e.core.tool.Tool4Number
The method getBigDecimal create a BigDecimal.
getBigDecimal(double) - Method in class n4e.core.tool.Tool4Number
The method getBigDecimal create a BigDecimal.
getBigDecimal(double, int) - Method in class n4e.core.tool.Tool4Number
The method getBigDecimal create a BigDecimal.
getBigDecimal(long) - Method in class n4e.core.tool.Tool4Number
The method getBigDecimal create a BigDecimal.
getBigDecimal(long, int) - Method in class n4e.core.tool.Tool4Number
The method getBigDecimal create a BigDecimal.
getBigDecimal(BigDecimal) - Method in class n4e.core.tool.Tool4Number
The method getBigDecimal create a BigDecimal.
getBigDecimal(BigDecimal, int) - Method in class n4e.core.tool.Tool4Number
The method getBigDecimal create a BigDecimal.
getBusinessSurroundings() - Static method in class n4e.core.system.SystemService
get field: the surroundings of the application.
getByteArray2Int(byte[]) - Method in class n4e.core.tool.Tool4Number
The method getByteArray2Int converts a byte array to a integer.
getByteArrayFromArrayList(ArrayList) - Method in class n4e.core.tool.Tool4Array
The method getByteArrayFromArrayList gets the byte array from the array list.
getCallStackOut(Throwable) - Static method in class n4e.core.tool.Tool4Throwable
The method getCallStackOut creates the log string with stack trace of an exception.
getCapitalValue(double, double, Vector) - Method in class n4e.core.toolmath.Tool4CapitalValue
Die Methode getCapitalValue berechnet den Kapitalwert.
getChars(String, int) - Method in class n4e.core.tool.Tool4String
The method getChars creates a string of characters.
getClientDbsystemforeclient() - Method in class n4e.core.list.List4SysUser
The method getClientDbsystemforeclient returns the client db of the users client.
getClientDbsystemforen4e() - Method in class n4e.core.list.List4SysUser
The method getClientDbsystemforen4e returns the n4e db of the users client.
getClientErrormail() - Method in class n4e.core.list.List4SysUser
The method getClientErrormail returns the errormail of the users client.
getClientname() - Static method in class n4e.core.system.SystemService
get field: name of client.
getClientName1() - Method in class n4e.core.list.List4SysUser
The method getClientName1 returns the name1 of the users client.
getClientName2() - Method in class n4e.core.list.List4SysUser
The method getClientName2 returns the name2 of the users client.
getClientPackageName() - Static method in class n4e.core.system.SystemService
get field: the current look name of application.
getClientUniqueid() - Method in class n4e.core.list.List4SysUser
The method getClientUniqueid returns the uniqueid of the users client.
getCodepage() - Static method in class n4e.core.system.SystemService
get field: code page of html sites.
getColor() - Method in class n4e.core.list.ImageElement
get field: the current color.
getCompanyname() - Static method in class n4e.core.system.SystemService
get field: name of company.
getCoreDbname() - Static method in class n4e.core.system.SystemService
get field: core database name.
getCorrelationCoefficient() - Method in class n4e.core.toolmath.Tool4ExpotentialFunction
The method getCorrelationCoefficient returns the correlations coefficient.
getCorrelationCoefficient() - Method in class n4e.core.toolmath.Tool4LinearRegression
The method getCorrelationCoefficient returns the correlation coefficient.
getCorrelationCoefficient() - Method in class n4e.core.toolmath.Tool4PowerFunction
The method getCorrelationCoefficient returns the correlations coefficient.
getCorrelationCoefficient() - Method in class n4e.core.toolmath.Tool4RootFunction
The method getCorrelationCoefficient returns the correlations coefficient.
getCurrDateOfYearWeek(String, int) - Method in class n4e.core.tool.Tool4Date
The method getCurrDateOfYearWeek creates a date of monday with the given year and week of year.
getCurrDay() - Method in class n4e.core.tool.Tool4Date
The method getCurrDay creates a string with the current day.
getCurrDay(Date) - Method in class n4e.core.tool.Tool4Date
The method getCurrDay creates a string with the given day.
getCurrDayOfMonth() - Method in class n4e.core.tool.Tool4Date
The method getCurrDayOfMonth gets current day of month as int.
getCurrDayOfMonth(Date) - Method in class n4e.core.tool.Tool4Date
The method getCurrDayOfMonth gets current day of month as int with the given date.
getCurrDayOfWeek() - Method in class n4e.core.tool.Tool4Date
The method getCurrDayOfWeek gets current day of week as int.
getCurrDayOfWeek(Date) - Method in class n4e.core.tool.Tool4Date
The method getCurrDayOfWeek gets current day of week as int with the given date.
getCurrHour() - Method in class n4e.core.tool.Tool4Date
The method getCurrHour creates a string with the current hour.
getCurrHour(Date) - Method in class n4e.core.tool.Tool4Date
The method getCurrHour creates a string with the current hour.
getCurrMinute() - Method in class n4e.core.tool.Tool4Date
The method getCurrMinute creates a string with the current minute.
getCurrMinute(Date) - Method in class n4e.core.tool.Tool4Date
The method getCurrMinute creates a string with the current minute.
getCurrMonth() - Method in class n4e.core.tool.Tool4Date
The method getCurrMonth creates a string with the current month.
getCurrMonth(Date) - Method in class n4e.core.tool.Tool4Date
The method getCurrMonth creates a string with the given month.
getCurrSecond() - Method in class n4e.core.tool.Tool4Date
The method getCurrSecond creates a string with the current second.
getCurrSecond(Date) - Method in class n4e.core.tool.Tool4Date
The method getCurrSecond creates a string with the current second.
getCurrTime() - Static method in class n4e.core.system.SystemService
get field: current time formated as time stamp.
getCurrUltimo() - Method in class n4e.core.tool.Tool4Date
The method getCurrUltimo gets the last day of month.
getCurrUltimo(Date) - Method in class n4e.core.tool.Tool4Date
The method getCurrUltimo gets the last day of month.
getCurrWeekOfYear() - Method in class n4e.core.tool.Tool4Date
The method getCurrWeekOfYear creates a int with the current week of year.
getCurrWeekOfYear(Date) - Method in class n4e.core.tool.Tool4Date
The method getCurrWeekOfYear creates a int with the given date.
getCurrYear() - Method in class n4e.core.tool.Tool4Date
The method getCurrYear creates a string with the current year.
getCurrYear(Date) - Method in class n4e.core.tool.Tool4Date
The method getCurrYear creates a string with the given year.
getCustomer(boolean) - Static method in class n4e.core.system.SystemEnvironment
get field: the firm name without the short name.
getCustomerAdress(boolean) - Static method in class n4e.core.system.SystemEnvironment
get field: adress of our company.
getCustomerComplete(boolean) - Static method in class n4e.core.system.SystemEnvironment
get field: the firm name without the short name with domicile of our company.
getCustomerCopyright(boolean) - Static method in class n4e.core.system.SystemEnvironment
get field: copyright sincs foundation of our company.
getCustomerExit() - Static method in class n4e.core.system.SystemService
get field: exit class of application system.
getCustomerInit() - Static method in class n4e.core.system.SystemService
get field: init class of application system.
getCustomerMailHelpDesk(boolean) - Static method in class n4e.core.system.SystemEnvironment
get field: mail adress of our help desk.
getCustomerMailInfo(boolean) - Static method in class n4e.core.system.SystemEnvironment
get field: mail adress of our help desk.
getCustomerPhoneHelpDesk(boolean) - Static method in class n4e.core.system.SystemEnvironment
get field: phone number of our help desk.
getCustomerShort(boolean) - Static method in class n4e.core.system.SystemEnvironment
get field: short name of our company with upper case letters.
getCustomerShortLow(boolean) - Static method in class n4e.core.system.SystemEnvironment
get field: short name of our company with lower case letters.
getCustomerStatistics() - Static method in class n4e.core.system.SystemService
get field: customerstatistics.
getCustomerWeb(boolean) - Static method in class n4e.core.system.SystemEnvironment
get field: start of the web adress with web adress of our company.
getCustomerWebShort(boolean) - Static method in class n4e.core.system.SystemEnvironment
get field: web adress of our company.
getDatabaseConnectionSetDebug() - Static method in class n4e.core.system.SystemService
get field: flag if application is in debug mode.
getDatabaseDatasetLoaderDebug() - Static method in class n4e.core.system.SystemService
get field: flag if application is in debug mode.
getDatabaseSQLResultSetDebug() - Static method in class n4e.core.system.SystemService
get field: flag if application is in debug mode.
getDate2SqlString(Date) - Method in class n4e.core.tool.Tool4Date
The method getDate2SqlString converts a given date to sql-date.
getDate2String(Date, String) - Method in class n4e.core.tool.Tool4Date
The method getDate2String converts a date into a date as string.
getDateDef() - Static method in class n4e.core.system.SystemService
get field: format string for date.
getDaysBetweenDates(Date, Date) - Method in class n4e.core.tool.Tool4Date
Deprecated. 
getDaysBetweenDatesGlobal(Date, Date) - Method in class n4e.core.tool.Tool4Date
The method getDaysBetweenDatesGlobal calculates the days between to dates.
getDouble(BigDecimal) - Method in class n4e.core.tool.Tool4Number
The method getDouble creates a Double.
getDouble(String) - Method in class n4e.core.tool.Tool4Number
The method getDouble creates a Double.
getDVDate(Date) - Method in class n4e.core.tool.Tool4Date
The method getDVDate creates a string with the current date in format yyyyMMdd
getExpotentialFunction(Vector) - Method in class n4e.core.toolmath.Tool4ExpotentialFunction
Die Methode getExpotentialFunction berechnet eine Expotential Function.
getExpotentialFunction(Vector, int) - Method in class n4e.core.toolmath.Tool4ExpotentialFunction
Die Methode getExpotentialFunction berechnet eine Expotential Function.
getFactor() - Method in class n4e.core.list.ImageLine
get field: the current factor.
getFromHead() - Method in class n4e.core.system.Queue
The method getFromHead gets the first object from the head of the queue.
getGNULicense(String, String) - Static method in class n4e.core.tool.Tool4License
The method getGNULicense gets the text for the GNU license.
getGoalFunctionValue() - Method in class n4e.core.toolmath.Tool4LinearProgramming
get field: errechneter Zielfunktionswert.
getGraph() - Method in class n4e.core.tool.Tool4Image
get field: the current graphics.
getGraphicBorder() - Method in class n4e.core.tool.Tool4Image
get field: graphic_border
getGraphicParameters() - Method in class n4e.core.tool.Tool4Image
get field: the current graphic parameters.
getHeight() - Method in class n4e.core.tool.Tool4Image
get field: the width of the image.
getHelpsystem() - Static method in class n4e.core.system.SystemService
get field: help system to show pdf files with help text.
getHtmlDebug() - Static method in class n4e.core.system.SystemService
get field: flag if application is in debug mode.
getImage() - Method in class n4e.core.tool.Tool4Image
get field: the image.
getImageHeight() - Method in class n4e.core.tool.Tool4Image
get field: image_height
getImageWidth() - Method in class n4e.core.tool.Tool4Image
get field: image_width
getIncrement() - Method in class n4e.core.controls.Rule
 
getInt2ByteArray(int) - Method in class n4e.core.tool.Tool4Number
The method getInt2ByteArray converts an integer number to a byte array.
getInt2Short(int) - Method in class n4e.core.tool.Tool4Number
The method getLong2Int converts a int number to a short number.
getInternalInterest(Vector) - Method in class n4e.core.toolmath.Tool4Internalinterest
Die Methode getInternalInterest berechnet den internen Zinsfuss.
getKey() - Method in class n4e.core.tool.comparision.KeyElement
get field: key for sort.
getKey() - Method in class n4e.core.tool.comparision.KeyElement4Double
get field: key for sort.
getKey() - Method in class n4e.core.tool.comparision.KeyElement4Long
get field: key for sort.
getKey() - Method in class n4e.core.tool.comparision.KeyElement4LongString
get field: key for sort.
getKeycacheKeysetnames() - Static method in class n4e.core.system.SystemService
get field: login with keycash_keysetnames.
getLanguage() - Static method in class n4e.core.system.SystemService
get field: language code.
getLinearRegressionFunction(Vector) - Method in class n4e.core.toolmath.Tool4LinearRegression
Die Methode getLinearRegressionFunction berechnet eine lineare Funktion.
getLinearRegressionFunction(Vector, int) - Method in class n4e.core.toolmath.Tool4LinearRegression
Die Methode getLinearRegressionFunction berechnet eine lineare Funktion.
getLocaleDef() - Static method in class n4e.core.system.SystemService
get field: current locale.
getLocaleLanguage() - Static method in class n4e.core.system.SystemService
get field: current locale language.
getLong2Int(long) - Method in class n4e.core.tool.Tool4Number
The method getLong2Int converts a long number to an int number.
getMailFrom() - Static method in class n4e.core.system.SystemService
get field: mail adress from.
getMailPasswort() - Static method in class n4e.core.system.SystemService
get field: authentication password for mail system.
getMailSmtpHost() - Static method in class n4e.core.system.SystemService
get field: mail smtp host for mail system.
getMailUser() - Static method in class n4e.core.system.SystemService
get field: authentication user for mail system.
getMainClient() - Static method in class n4e.core.system.SystemService
get field: uniquename of the main client.
getMaxlen4upload() - Static method in class n4e.core.system.SystemEnvironment
get field: max. possible uload (2 MB).
getMaxX() - Method in class n4e.core.tool.Tool4Image
get field: max. value of x.
getMaxX() - Method in class n4e.core.toolmath.Tool4Polynom
 
getMaxY() - Method in class n4e.core.tool.Tool4Image
get field: max. value of y.
getMaxY() - Method in class n4e.core.toolmath.Tool4Polynom
 
getMaxZ() - Method in class n4e.core.tool.Tool4Image
get field: max. value of z.
getMessage4Log(String) - Static method in class n4e.core.tool.Tool4Throwable
The method getMessage4Log creates the log string with a given message.
getMinX() - Method in class n4e.core.tool.Tool4Image
get field: min. value of x.
getMinX() - Method in class n4e.core.toolmath.Tool4Polynom
 
getMinY() - Method in class n4e.core.tool.Tool4Image
get field: min. value of y.
getMinY() - Method in class n4e.core.toolmath.Tool4Polynom
 
getMinZ() - Method in class n4e.core.tool.Tool4Image
get field: min. value of z.
getModel() - Method in class n4e.core.list.ImageLine
get field: the current model.
getMousePoint(int, int, boolean) - Method in class n4e.core.tool.Tool4Image
The method getMousePoint gets a point with mouse coordinates..
getN4eSlDebug() - Static method in class n4e.core.system.SystemService
get field: flag if application is in debug mode.
getN4eTransaltionFilePraefix() - Static method in class n4e.core.system.SystemEnvironment
get field: the praefix of the translation files of the core system.
getNeb() - Method in class n4e.core.toolmath.Tool4LinearProgramming
get field: Nebenbedingungsvektor.
getNetType() - Static method in class n4e.core.system.SystemService
get field: net type.
getNumber2String(BigDecimal, Locale) - Method in class n4e.core.tool.Tool4Number
The method getNumber2String converts a number into formated.
getNumber2String(double, Locale) - Method in class n4e.core.tool.Tool4Number
The method getNumber2String converts a number into formated.
getNumber2String(double, int, Locale) - Method in class n4e.core.tool.Tool4Number
The method getNumber2String converts a number into formated.
getNumber2String(double, int, Locale, boolean) - Method in class n4e.core.tool.Tool4Number
The method getNumber2String converts a number into formated.
getNumber2String(long, Locale) - Method in class n4e.core.tool.Tool4Number
The method getNumber2String converts a number into formated.
getNumber2String(long, Locale, boolean) - Method in class n4e.core.tool.Tool4Number
The method getNumber2String converts a number into formated.
getNumber2String(long, int, Locale) - Method in class n4e.core.tool.Tool4Number
The method getNumber2String converts a number into formated with leadin zeroes.
getNumber2StringScience(double, Locale) - Method in class n4e.core.tool.Tool4Number
The method getNumber2StringScience converts a number into the science formated.
getNumberDef() - Static method in class n4e.core.system.SystemService
get field: format string for currency number.
getNumberOfDays(int, int) - Method in class n4e.core.tool.Tool4Date
The method getNumberOfDays gets the number of days of a month.
getPasswordLength() - Static method in class n4e.core.system.SystemService
get field: the minimum of password length.
getPatternLanguage() - Static method in class n4e.core.system.SystemService
get field: pattern language.
getPointSize() - Method in class n4e.core.list.ImagePoint
The method getPointSize returns the poit size..
getPolynomValue(double) - Method in class n4e.core.toolmath.Tool4Polynom
 
getPowerFunction(Vector) - Method in class n4e.core.toolmath.Tool4PowerFunction
Die Methode getPowerFunction berechnet eine PotenzFunktion.
getPowerFunction(Vector, int) - Method in class n4e.core.toolmath.Tool4PowerFunction
Die Methode getPowerFunction berechnet eine PotenzFunktion.
getPreferredScrollableViewportSize() - Method in class n4e.core.controls.ScrollablePicture
 
getPreferredSize() - Method in class n4e.core.controls.ScrollablePicture
 
getRandAsDouble() - Method in class n4e.core.tool.Tool4Number
The method getRandAsDouble creates a double random number.
getRandAsInt(int) - Method in class n4e.core.tool.Tool4Number
The method getRandAsInt creates a integer random number between 0 and max.
getRandomNumber() - Static method in class n4e.core.system.SystemService
get field: random number destroyed with date.
getRandomNumberAsString() - Static method in class n4e.core.system.SystemService
get field: random number destroyed with date as string.
getReadAllAccessRules() - Static method in class n4e.core.system.SystemService
get field: help system to show pdf files with help text.
getReadAllForms() - Static method in class n4e.core.system.SystemService
get field: help system to show pdf files with help text.
getReadAllJspToForm() - Static method in class n4e.core.system.SystemService
get field: help system to show pdf files with help text.
getReadAllKeysets() - Static method in class n4e.core.system.SystemService
get field: help system to show pdf files with help text.
getRecalc() - Method in class n4e.core.list.ImageElement
get field: the current recalc.
getRecalc() - Method in class n4e.core.list.ImageLine
get field: the current recalc.
getRecalc() - Method in class n4e.core.list.List4ImageLine
get field: the current recalc.
getRootFunction(Vector) - Method in class n4e.core.toolmath.Tool4RootFunction
Die Methode getRootFunction berechnet eine WurzelFunktion.
getRootFunction(Vector, int) - Method in class n4e.core.toolmath.Tool4RootFunction
Die Methode getRootFunction berechnet eine WurzelFunktion.
getRowsOfPage() - Static method in class n4e.core.system.SystemService
get field: rows of list to show.
getSaxParserDebug() - Static method in class n4e.core.system.SystemService
get field: flag if application is in debug mode.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class n4e.core.controls.ScrollablePicture
 
getScrollableTracksViewportHeight() - Method in class n4e.core.controls.ScrollablePicture
 
getScrollableTracksViewportWidth() - Method in class n4e.core.controls.ScrollablePicture
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class n4e.core.controls.ScrollablePicture
 
getSecurityCall() - Static method in class n4e.core.system.SystemService
get field: https - adress of system call.
getSessAttSys() - Static method in class n4e.core.system.SystemService
get field: nfore with session attribute for service object.
getSessAttSysSess() - Static method in class n4e.core.system.SystemService
get field: nfore with session attribute for session service object.
getSessAttUser() - Static method in class n4e.core.system.SystemService
get field: nfore with session attribute for user object.
getSessButPara() - Static method in class n4e.core.system.SystemEnvironment
get field: key of session button parameter.
getSessiontimeout() - Static method in class n4e.core.system.SystemService
get field: time out for session.
getSessNavPara() - Static method in class n4e.core.system.SystemEnvironment
get field: key of session navigation parameter.
getSessPara() - Static method in class n4e.core.system.SystemEnvironment
get field: key of session parameter.
getSessParaNick() - Static method in class n4e.core.system.SystemEnvironment
get field: key of session system conrtol.
getSessParaNotDelete() - Static method in class n4e.core.system.SystemEnvironment
get field: key of session parameter.
getSessParaSolo() - Static method in class n4e.core.system.SystemEnvironment
get field: key of session parameter.
getSpaces(int) - Method in class n4e.core.tool.Tool4String
The method getSpaces creates a string of spaces.
getSplineValue() - Method in class n4e.core.toolmath.Tool4Polynom
 
getStartNavSite() - Static method in class n4e.core.system.SystemService
get field: name of the start navigation site to call if application starts.
getStartSite() - Static method in class n4e.core.system.SystemService
get field: name of the start site to call if application starts.
getString2BigDecimal(String, int, Locale) - Method in class n4e.core.tool.Tool4Number
The method getString2BigDecimal converts a string into a BigDecimal.
getString2BigDecimal(String, Locale) - Method in class n4e.core.tool.Tool4Number
The method getString2BigDecimal converts a string into a BigDecimal.
getString2Date(String, String) - Method in class n4e.core.tool.Tool4Date
The method getString2Date converts a date as string into a date.
getString2Double(String, Locale) - Method in class n4e.core.tool.Tool4Number
The method getString2Double converts a string into a double.
getString2Float(String, Locale) - Method in class n4e.core.tool.Tool4Number
The method getString2Float converts a string into a float.
getString2Int(String, Locale) - Method in class n4e.core.tool.Tool4Number
The method getString2Long converts a string into a int.
getString2Long(String, Locale) - Method in class n4e.core.tool.Tool4Number
The method getString2Long converts a string into a long.
getString2Time(String) - Method in class n4e.core.tool.Tool4Date
The method getString2Time converts a date as string into a date.
getString2TimeStamp(String, String) - Method in class n4e.core.tool.Tool4Date
The method getString2Date converts a date as string into a date.
getSupportedLanguages() - Static method in class n4e.core.system.SystemService
get field: supported languages code (separated by semicolon).
getSystemKeyCacheDebug() - Static method in class n4e.core.system.SystemService
get field: flag if application is in debug mode.
getSystemSessionServiceDebug() - Static method in class n4e.core.system.SystemService
get field: flag if application is in debug mode.
getText() - Method in class n4e.core.list.ImageRectangle
get field: the current value of text.
getText() - Method in class n4e.core.list.ImageText
get field: the current value of text.
getText() - Method in class n4e.core.list.List4ImageLine
get field: the current value of text.
getTime2String(Date, String) - Method in class n4e.core.tool.Tool4Date
The method getTime2String converts a date into time as string.
getTimeDef() - Static method in class n4e.core.system.SystemService
get field: format string for time.
getTimeStamp2SQLString(Date) - Method in class n4e.core.tool.Tool4Date
The method getTimeStamp2SQLString converts a date into timestamp as string.
getTimeStamp2String(Date, String) - Method in class n4e.core.tool.Tool4Date
The method getTimeStamp2String converts a date into timestamp as string.
getTimestampDef() - Static method in class n4e.core.system.SystemService
get field: format string for time stamp.
getTool4InstallApplicationDebug() - Static method in class n4e.core.system.SystemService
get field: flag if application is in debug mode.
getTool4KeyWordDebug() - Static method in class n4e.core.system.SystemService
get field: flag if application is in debug mode.
getTool4PrintDebug() - Static method in class n4e.core.system.SystemService
get field: flag if application is in debug mode.
getTool4SessionDebug() - Static method in class n4e.core.system.SystemService
get field: flag if application is in debug mode.
getTool4UrlDebug() - Static method in class n4e.core.system.SystemService
get field: flag if application is in debug mode.
getTopOfStack() - Method in class n4e.core.system.Stack
The method getTopOfStack gets the object on the top of the stack.
getType() - Method in class n4e.core.list.List4ImageLine
get field: the current type.
getUranus() - Static method in class n4e.core.system.SystemService
get field: uranus server active.
getUsergroupAuthorizationtype() - Method in class n4e.core.list.List4SysUser
The method getUsergroupAuthorizationtype returns the auth-type of the users usergroup.
getUsergroupLicenselist() - Method in class n4e.core.list.List4SysUser
The method getUsergroupLicenselist returns the licenselist of the users usergroup.
getUsergroupUniqueid() - Method in class n4e.core.list.List4SysUser
The method getUsergroupUniqueid returns the uniqueid of the users usergroup.
getUserLanguageCode() - Method in class n4e.core.list.List4SysUser
The method getUserLanguageCode returns the user language code.
getUserLanguageIndex() - Method in class n4e.core.list.List4SysUser
The method getUserLanguageIndex returns the user language index.
getUserLocale() - Method in class n4e.core.list.List4SysUser
The method getUserLanguageIndex returns the user locale.
getUserName() - Method in class n4e.core.list.List4SysUser
The method getUserName returns the user name.
getUserSession() - Method in class n4e.core.list.List4SysUser
The method getUserSession returns the session of the user.
getUserUniqueid() - Method in class n4e.core.list.List4SysUser
The method getUserUniqueid returns the uniqueid of the user.
getUserUserid() - Method in class n4e.core.list.List4SysUser
The method getUserUserid returns the userid of teh user.
getValideNumberString(String, String) - Method in class n4e.core.tool.Tool4Number
The method getValideNumberString creates a string.
getValue() - Method in class n4e.core.tool.comparision.KeyElement
get field: value of key.
getValue() - Method in class n4e.core.tool.comparision.KeyElement4Double
get field: value of key.
getValue() - Method in class n4e.core.tool.comparision.KeyElement4Long
get field: value of key.
getValue() - Method in class n4e.core.tool.comparision.KeyElement4LongString
get field: value of key.
getWidht() - Method in class n4e.core.tool.Tool4Image
get field: the width of the image.
getX1() - Method in class n4e.core.list.ImageElement
get field: the current value of x1.
getX1() - Method in class n4e.core.list.ImageLine
get field: the current value of x1.
getX1() - Method in class n4e.core.list.List4ImageLine
get field: the current value of x1.
getX1_old() - Method in class n4e.core.list.ImageElement
get field: the current value of x1.
getX1_old() - Method in class n4e.core.list.ImageLine
get field: the current value of x1.
getX1_old() - Method in class n4e.core.list.List4ImageLine
get field: the current value of x1.
getX2() - Method in class n4e.core.list.ImageLine
get field: the current value of x2.
getX2() - Method in class n4e.core.list.List4ImageLine
get field: the current value of x2.
getX2_old() - Method in class n4e.core.list.ImageLine
get field: the current value of x2.
getX2_old() - Method in class n4e.core.list.List4ImageLine
get field: the current value of x2.
getXI() - Method in class n4e.core.toolmath.Tool4LinearProgramming
get field: Hilfsarray Basisvariablen der optimalen L�sung.
getY1() - Method in class n4e.core.list.ImageElement
get field: the current value of y1.
getY1() - Method in class n4e.core.list.ImageLine
get field: the current value of y1.
getY1() - Method in class n4e.core.list.List4ImageLine
get field: the current value of y1.
getY1_old() - Method in class n4e.core.list.ImageElement
get field: the current value of y1.
getY1_old() - Method in class n4e.core.list.ImageLine
get field: the current value of y1.
getY1_old() - Method in class n4e.core.list.List4ImageLine
get field: the current value of y1.
getY2() - Method in class n4e.core.list.ImageLine
get field: the current value of y2.
getY2() - Method in class n4e.core.list.List4ImageLine
get field: the current value of y2.
getY2_old() - Method in class n4e.core.list.ImageLine
get field: the current value of y2.
getY2_old() - Method in class n4e.core.list.List4ImageLine
get field: the current value of y2.
getZ1() - Method in class n4e.core.list.ImageElement
get field: the current value of z1.
getZ1() - Method in class n4e.core.list.ImageLine
get field: the current value of z1.
getZ1() - Method in class n4e.core.list.List4ImageLine
get field: the current value of z1.
getZ1_old() - Method in class n4e.core.list.ImageElement
get field: the current value of z1.
getZ1_old() - Method in class n4e.core.list.ImageLine
get field: the current value of z1.
getZ1_old() - Method in class n4e.core.list.List4ImageLine
get field: the current value of z1.
getZ2() - Method in class n4e.core.list.ImageLine
get field: the current value of z2.
getZ2() - Method in class n4e.core.list.List4ImageLine
get field: the current value of z2.
getZ2_old() - Method in class n4e.core.list.ImageLine
get field: the current value of z2.
getZ2_old() - Method in class n4e.core.list.List4ImageLine
get field: the current value of z2.
graph - Variable in class n4e.core.list.GraphicParameter
 
GraphicParameter - Class in n4e.core.list
The GraphicParameter class has parameter for image painting.
GraphicParameter() - Constructor for class n4e.core.list.GraphicParameter
 
A C D E F G H I K L M N O P Q R S T U V X Y Z _ 
Skip navigation links