ModelReader

The ModelReader class is used to read a model from a text file.

To import this class use:

import ru.biosoft.physicell.xml.ModelReader

All members of the ModelReader class are presented below.

Members of the ModelReader class

Class member

Description

static Color readColor(String color)

color - color, for example “green”, “red”, or “rgb(100,100,255)”.

Returns the color described by the string color.

Example of usage.