NPlant.Generation.NPlantImage.NPlantImage C# (CSharp) Method

NPlantImage() public method

public NPlantImage ( string javaPath, PlantUmlInvocation invocation ) : System
javaPath string
invocation PlantUmlInvocation
return System
        public NPlantImage(string javaPath, PlantUmlInvocation invocation)
        {
            _javaPath = javaPath ?? "java.exe";
            _invocation = invocation;
        }