I have a line, is there a way to offset it and join the respective end points of the line to create a rectangle or a closed shape. say for example I want to make a wall or a column, so I create a line for the length of the wall and then I offset it 300mm and it of...
Reading class files in combination with reflection (Enum.class.isAssignableFrom(cls), cls.isInterface) looks like the only way to make sure you get all classes and filter out all enums and interfaces. That still leaves anonymous classes, but the naming pattern ($xxx with xxx being some numbe...